mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
added balloon help
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
|
||||
typedef struct _Panel {
|
||||
WMFrame *frame;
|
||||
char *sectionName;
|
||||
char *sectionName;
|
||||
|
||||
char *description;
|
||||
|
||||
CallbackRec callbacks;
|
||||
|
||||
@@ -107,6 +109,9 @@ InitExpert(WMScreen *scr, WMWindow *win)
|
||||
|
||||
panel->sectionName = _("Expert User Preferences");
|
||||
|
||||
panel->description = _("Options for people who know what they're doing...\n"
|
||||
"Also have some other misc. options.");
|
||||
|
||||
panel->win = win;
|
||||
|
||||
panel->callbacks.createWidgets = createPanel;
|
||||
|
||||
Reference in New Issue
Block a user