mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
added balloon help
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
typedef struct _Panel {
|
||||
WMFrame *frame;
|
||||
char *sectionName;
|
||||
|
||||
char *description;
|
||||
|
||||
CallbackRec callbacks;
|
||||
|
||||
@@ -388,6 +390,9 @@ InitPaths(WMScreen *scr, WMWindow *win)
|
||||
|
||||
panel->sectionName = _("Search Path Configuration");
|
||||
|
||||
panel->description = _("Search paths to use when looking for pixmaps\n"
|
||||
"and icons.");
|
||||
|
||||
panel->win = win;
|
||||
|
||||
panel->callbacks.createWidgets = createPanel;
|
||||
|
||||
Reference in New Issue
Block a user