blob: 5a8eb7705716ec539685ccae60bb55c4b225d392 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/fontwin.c
+++ src/fontwin.c 2006/01/17 09:08:26
@@ -126,7 +126,7 @@
fonttool_frame = XmCreateDialogShell(app_shell, "Font tool", NULL, 0);
handle_close(fonttool_frame);
fonttool_panel = XtCreateWidget("fonttool_panel", xmFormWidgetClass,
- fonttool_frame, NULL, 0);
+ fonttool_frame, NULL, NULL);
font_select_item = CreateFontChoice(fonttool_panel, "Font:");
XtVaSetValues(font_select_item->menu,
|