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:
parent
256ed5a8d6
commit
8abfee1241
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
Tue Jan 21 01:15:14 2003 Jonathan Blandford <jrb@gnome.org>
|
||||||
|
|
||||||
* Release 2.2.0
|
* Release 2.2.0
|
||||||
|
|
|
@ -717,7 +717,7 @@ main (int argc, char **argv)
|
||||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||||
textdomain (GETTEXT_PACKAGE);
|
textdomain (GETTEXT_PACKAGE);
|
||||||
|
|
||||||
gnome_program_init ("gnome-default-application-properties", VERSION,
|
gnome_program_init ("gnome-default-applications-properties", VERSION,
|
||||||
LIBGNOMEUI_MODULE, argc, argv,
|
LIBGNOMEUI_MODULE, argc, argv,
|
||||||
GNOME_PARAM_POPT_TABLE, cap_options,
|
GNOME_PARAM_POPT_TABLE, cap_options,
|
||||||
GNOME_PARAM_APP_DATADIR, GNOMECC_DATA_DIR,
|
GNOME_PARAM_APP_DATADIR, GNOMECC_DATA_DIR,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue