From 82d2c2f3261180b2f707425ab66c37c5b1a453f1 Mon Sep 17 00:00:00 2001 From: RMN Date: Sun, 14 Jun 2015 19:37:01 +0000 Subject: - 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 --- plugins/LotusNotify/res/LotusNotify.rc | 4 ++-- plugins/LotusNotify/src/LotusNotify.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') 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 diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index 38ee74482e..06486279cb 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -1466,7 +1466,7 @@ int LotusNotifyOptInit(WPARAM wParam,LPARAM) odp.pfnDlgProc = DlgProcLotusNotifyPopupOpts; Options_AddPage(wParam, &odp); - odp.ptszTab = LPGENT("Miscelaneous"); + odp.ptszTab = LPGENT("Miscellaneous"); odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_LOTUS_MISC); odp.pfnDlgProc = DlgProcLotusNotifyMiscOpts; Options_AddPage(wParam, &odp); -- cgit v1.2.3