Fix description, focus the desktop, not desktop backgroung (Closes bug

2009-02-03  Luca Ferretti  <elle.uca@libero.it>

	* src/include/all-keybindings.h: Fix description, focus the
	desktop, not desktop backgroung (Closes bug #569649)

svn path=/trunk/; revision=4112
This commit is contained in:
Luca Ferretti 2009-02-03 08:39:34 +00:00 committed by Luca Ferretti
parent 21416f453a
commit 00192b019c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-02-03 Luca Ferretti <elle.uca@libero.it>
* src/include/all-keybindings.h: Fix description, focus the
desktop, not desktop backgroung (Closes bug #569649)
2009-02-02 Matt Kraai <kraai@ftfbs.org>
* src/core/schema-bindings.c: Wrap g_error calls in braces.

View File

@ -188,7 +188,7 @@ keybind (cycle_panels_backward, handle_cycle, META_TAB_LIST_DOCKS,
/***********************************/
keybind (show_desktop, handle_show_desktop, 0, 0, "<Control><Alt>d",
_("Hide all normal windows and set focus to the desktop background"))
_("Hide all normal windows and set focus to the desktop"))
keybind (panel_main_menu, handle_panel,
META_KEYBINDING_ACTION_PANEL_MAIN_MENU, 0, "<Alt>F1",
_("Show the panel's main menu"))