diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-04 05:58:45 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-04 05:58:45 +0000 |
commit | 8866bd1781848c32d92216cba2f79417f3e5338b (patch) | |
tree | dc0d5c4068dcf1ca74c0097483cf9d22c73c22e6 | |
parent | ebf70f2938a9155c2ec8ea28129fa3c68c9e5c72 (diff) |
correct version of rev. [13418]
git-svn-id: http://svn.miranda-ng.org/main/trunk@13420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/HistoryLinkListPlus/res/linklist.rc | 2 | ||||
-rw-r--r-- | plugins/NewAwaySysMod/res/NewAwaySys.rc | 6 | ||||
-rw-r--r-- | plugins/Non-IM Contact/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/ShellExt/res/shldlgs.rc | 2 | ||||
-rw-r--r-- | plugins/TrafficCounter/res/resource.rc | 2 | ||||
-rw-r--r-- | protocols/Tlen/res/tlen.rc | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/plugins/HistoryLinkListPlus/res/linklist.rc b/plugins/HistoryLinkListPlus/res/linklist.rc index fb51feedb7..ee23c32262 100644 --- a/plugins/HistoryLinkListPlus/res/linklist.rc +++ b/plugins/HistoryLinkListPlus/res/linklist.rc @@ -87,7 +87,7 @@ BEGIN CONTROL "",IDC_SPLITTER,"Static",SS_ENHMETAFILE,0,27,145,2
END
-IDD_OPTIONS_DLG DIALOG 0, 0, 314, 240
+IDD_OPTIONS_DLG DIALOGEX 0, 0, 314, 240
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
diff --git a/plugins/NewAwaySysMod/res/NewAwaySys.rc b/plugins/NewAwaySysMod/res/NewAwaySys.rc index d91774f7e5..b9b641eb21 100644 --- a/plugins/NewAwaySysMod/res/NewAwaySys.rc +++ b/plugins/NewAwaySysMod/res/NewAwaySys.rc @@ -139,7 +139,7 @@ BEGIN BS_AUTOCHECKBOX | WS_TABSTOP,6,219,300,10
END
-IDD_AUTOREPLY DIALOG DISCARDABLE 0, 0, 312, 231
+IDD_AUTOREPLY DIALOGEX DISCARDABLE 0, 0, 312, 231
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
@@ -250,7 +250,7 @@ BEGIN SS_SUNKEN,287,0,1,115
END
-IDD_MESSAGES DIALOG DISCARDABLE 0, 0, 311, 221
+IDD_MESSAGES DIALOGEX DISCARDABLE 0, 0, 311, 221
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
@@ -338,7 +338,7 @@ BEGIN WS_TABSTOP,6,142,126,11
END
-IDD_MOREOPTDIALOG DIALOG DISCARDABLE 0, 0, 311, 235
+IDD_MOREOPTDIALOG DIALOGEX DISCARDABLE 0, 0, 311, 235
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
diff --git a/plugins/Non-IM Contact/res/resource.rc b/plugins/Non-IM Contact/res/resource.rc index e68f6a6215..a40db23254 100644 --- a/plugins/Non-IM Contact/res/resource.rc +++ b/plugins/Non-IM Contact/res/resource.rc @@ -90,7 +90,7 @@ BEGIN LTEXT "Timer Intervals. ",IDC_TIMER_INTERVAL_MSG,61,166,211,8
END
-IDD_OPTIONS DIALOG 0, 0, 291, 180
+IDD_OPTIONS DIALOGEX 0, 0, 291, 180
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
diff --git a/plugins/ShellExt/res/shldlgs.rc b/plugins/ShellExt/res/shldlgs.rc index 37278e86e4..6082e7d624 100644 --- a/plugins/ShellExt/res/shldlgs.rc +++ b/plugins/ShellExt/res/shldlgs.rc @@ -10,7 +10,7 @@ // Dialog // -IDD_SHLOPTS DIALOG DISCARDABLE 0, 0, 312, 238 +IDD_SHLOPTS DIALOGEX DISCARDABLE 0, 0, 312, 238 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 diff --git a/plugins/TrafficCounter/res/resource.rc b/plugins/TrafficCounter/res/resource.rc index 68b6867749..766246ba0a 100644 --- a/plugins/TrafficCounter/res/resource.rc +++ b/plugins/TrafficCounter/res/resource.rc @@ -52,7 +52,7 @@ BEGIN PUSHBUTTON "Clear statistics",IDC_BUTTON_CLEAR,243,13,62,14
END
-IDD_OPT_TRAFFIC_POPUPS DIALOG 0, 0, 313, 233
+IDD_OPT_TRAFFIC_POPUPS DIALOGEX 0, 0, 313, 233
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
diff --git a/protocols/Tlen/res/tlen.rc b/protocols/Tlen/res/tlen.rc index b4eb51e6e6..87da93fcb3 100644 --- a/protocols/Tlen/res/tlen.rc +++ b/protocols/Tlen/res/tlen.rc @@ -170,7 +170,7 @@ BEGIN END
-IDD_OPTIONS_POPUPS DIALOG DISCARDABLE 0, 0, 304, 143
+IDD_OPTIONS_POPUPS DIALOGEX DISCARDABLE 0, 0, 304, 143
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|