list "Gtk/MenuBarAccel", allow to configure the menubar shortcut (Closes:
2005-05-11 Sebastien Bacher <seb128@debian.org> * gnome-settings-xsettings.c: list "Gtk/MenuBarAccel", allow to configure the menubar shortcut (Closes: #120859).
This commit is contained in:
parent
625286cf6e
commit
2373a10183
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-11 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* gnome-settings-xsettings.c: list "Gtk/MenuBarAccel", allow to
|
||||
configure the menubar shortcut (Closes: #120859).
|
||||
|
||||
2005-03-14 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gnome-settings-accessibility-keyboard.c: (set_server_from_gconf),
|
||||
|
|
|
@ -131,6 +131,8 @@ static TranslationEntry translations [] = {
|
|||
GCONF_VALUE_STRING, translate_string_string },
|
||||
{ "/desktop/gnome/interface/menus_have_icons", "Gtk/MenuImages",
|
||||
GCONF_VALUE_BOOL, translate_bool_int },
|
||||
{ "/desktop/gnome/interface/menubar_accel", "Gtk/MenuBarAccel",
|
||||
GCONF_VALUE_STRING, translate_string_string },
|
||||
};
|
||||
|
||||
static TranslationEntry*
|
||||
|
|
Loading…
Add table
Reference in a new issue