diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-04 16:00:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-04 16:00:46 +0000 |
commit | a4adaf5c58a4d03e00483ff14fd13b77e85be842 (patch) | |
tree | 814ef11ba91f9ad29b4309e8ddce16359a9b37f6 /plugins/Watrack | |
parent | f3b0cce816e602fbafb0fc018a3c13a8fb51b1b3 (diff) |
options page shouldb't be visible
git-svn-id: http://svn.miranda-ng.org/main/trunk@13426 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack')
-rw-r--r-- | plugins/Watrack/res/watrack.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack/res/watrack.rc b/plugins/Watrack/res/watrack.rc index fe24df8b56..8017c3494f 100644 --- a/plugins/Watrack/res/watrack.rc +++ b/plugins/Watrack/res/watrack.rc @@ -3,7 +3,7 @@ LANGUAGE 0,0
BASIC DIALOGEX 0, 0, 304, 226, 0
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{
|