diff options
Diffstat (limited to 'plugins')
-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 |
5 files changed, 7 insertions, 7 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
|