summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resource.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc
index b0fc1096f3..d04f20c7c0 100644
--- a/src/resource.rc
+++ b/src/resource.rc
@@ -224,8 +224,9 @@ BEGIN
END
IDD_NETLIBLOGOPTS DIALOGEX 0, 0, 314, 259
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
+CAPTION "Netlib log options"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Show",IDC_STATIC,6,2,302,118