* gmc-client.c (main): Use translations from the "mc" domain.

This commit is contained in:
Pavel Roskin 2001-07-20 15:27:46 +00:00
parent b25f5be791
commit d3b48bfdb2
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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,