diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-15 23:13:33 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-07-15 23:13:33 +0000 |
commit | cacafe063ff2742077cdc42c2946c6a4ad9ad132 (patch) | |
tree | d77701085d19a961bb1cf65e243461a4470d22ce /plugins/Weather/res | |
parent | 0d551e92ff8350ce5afd3491d9fce3bd80e8c129 (diff) |
resource fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/res')
-rw-r--r-- | plugins/Weather/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/res/resource.rc b/plugins/Weather/res/resource.rc index a2a24ca6df..9b13b430e7 100644 --- a/plugins/Weather/res/resource.rc +++ b/plugins/Weather/res/resource.rc @@ -131,7 +131,7 @@ BEGIN END
IDD_POPUP DIALOGEX 0, 0, 312, 236
-STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
|