Mark string for translation. Patch from Hidetoshi Tajima. Fixes bug
2003-04-30 Kjartan Maraas <set EMAIL_ADDRESS environment variable> * gnome-keybinding-properties.c: (make_key_theme_menu_item): Mark string for translation. Patch from Hidetoshi Tajima. Fixes bug #106560.
This commit is contained in:
parent
b86989525e
commit
f742128d26
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-04-30 Kjartan Maraas <set EMAIL_ADDRESS environment variable>
|
||||||
|
|
||||||
|
* gnome-keybinding-properties.c: (make_key_theme_menu_item): Mark
|
||||||
|
string for translation. Patch from Hidetoshi Tajima.
|
||||||
|
Fixes bug #106560.
|
||||||
|
|
||||||
Tue Feb 4 17:09:18 2003 Jonathan Blandford <jrb@redhat.com>
|
Tue Feb 4 17:09:18 2003 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* Release 2.2.0.1
|
* Release 2.2.0.1
|
||||||
|
|
|
@ -169,7 +169,7 @@ make_key_theme_menu_item (const gchar *key_theme)
|
||||||
|
|
||||||
if (!strcmp (key_theme, "Default"))
|
if (!strcmp (key_theme, "Default"))
|
||||||
{
|
{
|
||||||
retval = gtk_menu_item_new_with_label ("GNOME Default");
|
retval = gtk_menu_item_new_with_label (_("GNOME Default"));
|
||||||
g_object_set_data_full (G_OBJECT (retval), LABEL_DATA, g_strdup ("Default"), g_free);
|
g_object_set_data_full (G_OBJECT (retval), LABEL_DATA, g_strdup ("Default"), g_free);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue