diff options
author | RMN <rmn@miranda-ng.org> | 2015-06-14 19:37:01 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-06-14 19:37:01 +0000 |
commit | 82d2c2f3261180b2f707425ab66c37c5b1a453f1 (patch) | |
tree | b4bd8240d893132e1752c0c4bf38361a8ba95b34 /plugins/LotusNotify/res/LotusNotify.rc | |
parent | e89f03b9f2af75ce231367befb584aaa948c420c (diff) |
- LotusNotify: typo; still more place for a longish translation string
- langpacks Russian and Ukrainian: LotusNotify translation updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@14166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LotusNotify/res/LotusNotify.rc')
-rw-r--r-- | plugins/LotusNotify/res/LotusNotify.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LotusNotify/res/LotusNotify.rc b/plugins/LotusNotify/res/LotusNotify.rc index 9715da43d7..bdceaf9d74 100644 --- a/plugins/LotusNotify/res/LotusNotify.rc +++ b/plugins/LotusNotify/res/LotusNotify.rc @@ -63,7 +63,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,9,167,168,8
END
-IDD_OPT_LOTUS_POPUP DIALOGEX 0, 0, 228, 204
+IDD_OPT_LOTUS_POPUP DIALOGEX 0, 0, 235, 204
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
@@ -88,7 +88,7 @@ BEGIN CONTROL "Show error messages",IDC_SHOWERROR,"Button",
BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,5,110,218,8
CONTROL "Remember newest message ID and don't show older",IDC_NEWEST,"Button",
- BS_AUTOCHECKBOX | BS_LEFT | BS_MULTILINE | WS_TABSTOP,5,122,218,8
+ BS_AUTOCHECKBOX | BS_LEFT | BS_MULTILINE | WS_TABSTOP,5,122,230,8
CONTROL "...even if popup not clicked",IDC_REMEMBEREVENNONCLICKED,"Button",
BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,5,134,218,8
PUSHBUTTON "Clear popups history",IDC_BUTTON_CLEAR,43,185,140,14,BS_CENTER | BS_MULTILINE
|