1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Fixed label in crash panel to wrap.

This commit is contained in:
dan
2001-04-18 14:44:57 +00:00
parent c3d2a890d7
commit 4341224f6e

View File

@@ -1696,6 +1696,7 @@ wShowCrashingDialogPanel(int whatSig)
_(" This fatal error occured probably due to a bug."
" Please fill the included BUGFORM and "
"report it to bugs@windowmaker.org."));
WMSetLabelWraps(panel->note2L, True);
panel->whatF = WMCreateFrame(panel->win);