1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

Fixed crashing bug in WPrefs.app/Preferences.c

This commit is contained in:
dan
1999-04-30 20:15:55 +00:00
parent 99e67c8ed0
commit b13dba1183

View File

@@ -160,7 +160,7 @@ createPanel(Panel *p)
WMSetBalloonTextForView(_("The position or style of the window size\n"
"display that's shown when a window is resized."),
WMWidgetView(panel->posiF));
WMWidgetView(panel->sizeF));
panel->sizeP = WMCreatePopUpButton(panel->sizeF);
WMResizeWidget(panel->sizeP, 180, 20);