Tue Jan 21 Satyajit Kanungo <satyajit.kanungo@wipro.com>

* Changed the App name passed to  gnome_program_init().
          There was a small type in the name. Fixes bug #104060
This commit is contained in:
Satyajit Kanungo 2003-01-21 16:32:07 +00:00
parent 256ed5a8d6
commit 8abfee1241
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Jan 21 Satyajit Kanungo <satyajit.kanungo@wipro.com>
* Changed the App name passed to gnome_program_init().
There was a small type in the name. Fixes bug #104060
Tue Jan 21 01:15:14 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.2.0

View file

@ -717,7 +717,7 @@ main (int argc, char **argv)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
gnome_program_init ("gnome-default-application-properties", VERSION,
gnome_program_init ("gnome-default-applications-properties", VERSION,
LIBGNOMEUI_MODULE, argc, argv,
GNOME_PARAM_POPT_TABLE, cap_options,
GNOME_PARAM_APP_DATADIR, GNOMECC_DATA_DIR,