From 3c15ecc17e52b6a0eee3587be40684ab3f82bc5f Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 5 May 2015 20:40:10 +0000 Subject: Fix for command line options git-svn-id: http://svn.miranda-ng.org/main/trunk@13454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusPlugins/resource.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/StatusPlugins') diff --git a/plugins/StatusPlugins/resource.rc b/plugins/StatusPlugins/resource.rc index 414f993a94..cd06ea1929 100644 --- a/plugins/StatusPlugins/resource.rc +++ b/plugins/StatusPlugins/resource.rc @@ -119,8 +119,9 @@ BEGIN END IDD_CMDLOPTIONS DIALOGEX 0, 0, 315, 82 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTROLPARENT +CAPTION "Command line" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN DEFPUSHBUTTON "OK",IDC_OK,257,61,51,14 -- cgit v1.2.3