2006-01-22  Rodrigo Moya <rodrigo@novell.com>

	Fixes #168790

	* capplet-stock-icons.c (capplet_register_stock_icons): don't use
	"capplet" in user-visible strings.
This commit is contained in:
Rodrigo Moya 2006-01-22 15:35:49 +00:00 committed by Rodrigo Moya
parent 3fdf2b58e6
commit 981dab8ef5
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2006-01-22 Rodrigo Moya <rodrigo@novell.com>
Fixes #168790
* capplet-stock-icons.c (capplet_register_stock_icons): don't use
"capplet" in user-visible strings.
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* capplet-stock-icons.c: (capplet_register_stock_icons): Remove

View file

@ -89,7 +89,7 @@ capplet_register_stock_icons (GtkIconFactory *factory)
filename = gnome_program_locate_file (NULL, GNOME_FILE_DOMAIN_APP_PIXMAP, items[i].name, TRUE, NULL);
if (!filename) {
g_warning (_("Unable to load capplet stock icon '%s'\n"), items[i].name);
g_warning (_("Unable to load stock icon '%s'\n"), items[i].name);
icon_set = gtk_icon_factory_lookup_default (GTK_STOCK_MISSING_IMAGE);
gtk_icon_factory_add (factory, items[i].stock_id, icon_set);
continue;