mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Fixed label in crash panel to wrap.
This commit is contained in:
@@ -1696,6 +1696,7 @@ wShowCrashingDialogPanel(int whatSig)
|
|||||||
_(" This fatal error occured probably due to a bug."
|
_(" This fatal error occured probably due to a bug."
|
||||||
" Please fill the included BUGFORM and "
|
" Please fill the included BUGFORM and "
|
||||||
"report it to bugs@windowmaker.org."));
|
"report it to bugs@windowmaker.org."));
|
||||||
|
WMSetLabelWraps(panel->note2L, True);
|
||||||
|
|
||||||
|
|
||||||
panel->whatF = WMCreateFrame(panel->win);
|
panel->whatF = WMCreateFrame(panel->win);
|
||||||
|
|||||||
Reference in New Issue
Block a user