s/gnome-theme-properties/gnome-theme-manager/ Fixes #103525

2003-01-14  Alex Duggan  <aldug@gnome.org>

	* gnome-theme-manager.c (main):
	s/gnome-theme-properties/gnome-theme-manager/  Fixes #103525
This commit is contained in:
Alex Duggan 2003-01-15 00:17:18 +00:00 committed by Alex Duggan
parent 7a6758d193
commit 9841338eff
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-01-14 Alex Duggan <aldug@gnome.org>
* gnome-theme-manager.c (main):
s/gnome-theme-properties/gnome-theme-manager/ Fixes #103525
Tue Jan 14 02:16:22 2003 Jonathan Blandford <jrb@gnome.org>
* gnome-theme-manager.c (load_meta_themes): set the correct row to

View file

@ -1396,7 +1396,7 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
gnome_program_init ("gnome-theme-properties", VERSION,
gnome_program_init ("gnome-theme-manager", VERSION,
LIBGNOMEUI_MODULE, argc, argv,
GNOME_PARAM_APP_DATADIR, GNOMECC_DATA_DIR,
NULL);