From 4341224f6e06b4562e5b31cafe241645cf66162e Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 18 Apr 2001 14:44:57 +0000 Subject: [PATCH] Fixed label in crash panel to wrap. --- src/dialog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialog.c b/src/dialog.c index 2b0de617..3c0b38ee 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -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);