From e0b04f90e68e0c71acd8be5eb9b7d85a06729c62 Mon Sep 17 00:00:00 2001 From: Konstantin Nikulin Date: Wed, 3 Jun 2015 21:21:09 +0000 Subject: =?UTF-8?q?langpacks/russian=20&=20ukrainian=20update.=20kill=20te?= =?UTF-8?q?rm=20=C2=ABUse=20Popup=20colors=C2=BB=20now=20is=20=C2=ABUse=20?= =?UTF-8?q?default=20colors=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@13986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ChangeKeyboardLayout/res/ChangeKeyboardLayout.rc | 2 +- plugins/NewXstatusNotify/res/resource.rc | 2 +- plugins/PluginUpdater/src/Utils.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/ChangeKeyboardLayout/res/ChangeKeyboardLayout.rc b/plugins/ChangeKeyboardLayout/res/ChangeKeyboardLayout.rc index ec14ed7b0e..73c18e1dfb 100644 --- a/plugins/ChangeKeyboardLayout/res/ChangeKeyboardLayout.rc +++ b/plugins/ChangeKeyboardLayout/res/ChangeKeyboardLayout.rc @@ -184,7 +184,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Colors",IDC_GROUP_COLOURS,2,2,91,72,WS_GROUP - CONTROL "Popup colors",IDC_RADIO_COLOURS_POPUP,"Button", + CONTROL "Use default colors",IDC_RADIO_COLOURS_POPUP,"Button", BS_AUTORADIOBUTTON,6,12,82,10 CONTROL "Windows colors",IDC_RADIO_COLOURS_WINDOWS,"Button", BS_AUTORADIOBUTTON,6,23,82,10 diff --git a/plugins/NewXstatusNotify/res/resource.rc b/plugins/NewXstatusNotify/res/resource.rc index 524a3129f0..7590645455 100644 --- a/plugins/NewXstatusNotify/res/resource.rc +++ b/plugins/NewXstatusNotify/res/resource.rc @@ -149,7 +149,7 @@ BEGIN GROUPBOX "Colors",IDC_STATIC,144,3,162,42,WS_GROUP CONTROL "Use custom colors",IDC_USEOWNCOLORS,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE | BS_NOTIFY,151,13,148,8 CONTROL "Use Windows colors",IDC_USEWINCOLORS,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE | BS_NOTIFY,151,33,148,8 - CONTROL "Use Popup colors",IDC_USEPOPUPCOLORS,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE | BS_NOTIFY,151,23,148,8 + CONTROL "Use default colors",IDC_USEPOPUPCOLORS,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE | BS_NOTIFY,151,23,148,8 GROUPBOX "Popup text",IDC_STATIC,144,45,162,72,WS_GROUP CONTROL "Show contact group name",IDC_SHOWGROUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,57,148,8 CONTROL "Show status description",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,69,148,8 diff --git a/plugins/PluginUpdater/src/Utils.cpp b/plugins/PluginUpdater/src/Utils.cpp index 4f0c806ce9..ac05ae7844 100644 --- a/plugins/PluginUpdater/src/Utils.cpp +++ b/plugins/PluginUpdater/src/Utils.cpp @@ -43,7 +43,7 @@ void InitNetlib() NETLIBUSER nlu = {0}; nlu.cbSize = sizeof(nlu); nlu.flags = NUF_OUTGOING | NUF_INCOMING | NUF_HTTPCONNS | NUF_TCHAR; // | NUF_HTTPGATEWAY; - nlu.ptszDescriptiveName = TranslateT("Plugin Updater HTTP connection"); + nlu.ptszDescriptiveName = TranslateT("Plugin Updater HTTP connections"); nlu.szSettingsModule = MODNAME; hNetlibUser = (HANDLE)CallService(MS_NETLIB_REGISTERUSER, 0, (LPARAM)&nlu); } -- cgit v1.2.3