mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
added balloon help
This commit is contained in:
@@ -31,7 +31,9 @@ typedef struct _Panel {
|
||||
WMFrame *frame;
|
||||
|
||||
char *sectionName;
|
||||
|
||||
|
||||
char *description;
|
||||
|
||||
CallbackRec callbacks;
|
||||
|
||||
WMWindow *win;
|
||||
@@ -498,6 +500,9 @@ InitKeyboardShortcuts(WMScreen *scr, WMWindow *win)
|
||||
|
||||
panel->sectionName = _("Keyboard Shortcut Preferences");
|
||||
|
||||
panel->description = _("Change the keyboard shortcuts for actions such\n"
|
||||
"as changing workspaces and opening menus.");
|
||||
|
||||
panel->win = win;
|
||||
|
||||
panel->callbacks.createWidgets = createPanel;
|
||||
|
||||
Reference in New Issue
Block a user