mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00
* gmc-client.c (main): Use translations from the "mc" domain.
This commit is contained in:
parent
b25f5be791
commit
d3b48bfdb2
@ -1,5 +1,7 @@
|
|||||||
2001-07-20 Pavel Roskin <proski@gnu.org>
|
2001-07-20 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* gmc-client.c (main): Use translations from the "mc" domain.
|
||||||
|
|
||||||
* gfind.c (setup_gui): Register destroy handler.
|
* gfind.c (setup_gui): Register destroy handler.
|
||||||
(find_destroy): New function. Unregister idle task if needed.
|
(find_destroy): New function. Unregister idle task if needed.
|
||||||
(find_do_chdir): Don't unregister idle task.
|
(find_do_chdir): Don't unregister idle task.
|
||||||
|
@ -228,8 +228,8 @@ main (int argc, char **argv)
|
|||||||
CORBA_ORB orb;
|
CORBA_ORB orb;
|
||||||
int result = FALSE;
|
int result = FALSE;
|
||||||
|
|
||||||
bindtextdomain ("gmc-client", LOCALEDIR);
|
bindtextdomain ("mc", LOCALEDIR);
|
||||||
textdomain ("gmc-client");
|
textdomain ("mc");
|
||||||
|
|
||||||
CORBA_exception_init (&ev);
|
CORBA_exception_init (&ev);
|
||||||
orb = gnome_CORBA_init_with_popt_table ("gmc-client", VERSION,
|
orb = gnome_CORBA_init_with_popt_table ("gmc-client", VERSION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user