mirror of https://github.com/MidnightCommander/mc
* 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>
|
||||
|
||||
* gmc-client.c (main): Use translations from the "mc" domain.
|
||||
|
||||
* gfind.c (setup_gui): Register destroy handler.
|
||||
(find_destroy): New function. Unregister idle task if needed.
|
||||
(find_do_chdir): Don't unregister idle task.
|
||||
|
|
|
@ -228,8 +228,8 @@ main (int argc, char **argv)
|
|||
CORBA_ORB orb;
|
||||
int result = FALSE;
|
||||
|
||||
bindtextdomain ("gmc-client", LOCALEDIR);
|
||||
textdomain ("gmc-client");
|
||||
bindtextdomain ("mc", LOCALEDIR);
|
||||
textdomain ("mc");
|
||||
|
||||
CORBA_exception_init (&ev);
|
||||
orb = gnome_CORBA_init_with_popt_table ("gmc-client", VERSION,
|
||||
|
|
Loading…
Reference in New Issue