diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-02-06 02:30:46 +0100 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-02-06 02:45:27 +0100 |
commit | d980ff0b1d69136793e39f4b67c6db4164742326 (patch) | |
tree | f1dc677355fbea745e5f0bb3d3447e1111774a25 /plugins/Msg_Export/res/resource.rc | |
parent | c87d46c2af765e61b64dfb0859760b46cb432a59 (diff) |
Msg_Export: Don't block whole Miranda during export
Diffstat (limited to 'plugins/Msg_Export/res/resource.rc')
-rwxr-xr-x | plugins/Msg_Export/res/resource.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc index be7e33ec6f..99a517a8b9 100755 --- a/plugins/Msg_Export/res/resource.rc +++ b/plugins/Msg_Export/res/resource.rc @@ -84,8 +84,7 @@ BEGIN END
IDD_EXPORT_ALL_DLG DIALOGEX 0, 0, 252, 46
-STYLE DS_SETFONT | WS_POPUP | WS_CAPTION
-EXSTYLE WS_EX_TOOLWINDOW
+STYLE DS_SETFONT | DS_CENTER | WS_POPUP | WS_CAPTION
CAPTION "Exporting old messages"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
|