Fixes #168790
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:
parent
3fdf2b58e6
commit
981dab8ef5
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue