diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-27 21:39:34 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-27 21:39:34 +0000 |
commit | df7ced65192604ea21a331cfcafe642201e69861 (patch) | |
tree | 0eab62ec4cfd2d46abbf837273e7fa1e1105892f /plugins/Clist_modern | |
parent | 65a6e1a0a319c35a6795096f686ea5939a4a9389 (diff) |
clist -> contact list
git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 6 | ||||
-rw-r--r-- | plugins/Clist_modern/src/modern_toolbar.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index bfd665895b..a954238ae7 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -693,7 +693,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN
CONTROL "Right-To-Left reading mode (mirror template)",IDC_RTL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,42,246,8
- CONTROL "Replace smileys in clist",IDC_REPLACE_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,246,8
+ CONTROL "Replace smileys in contact list",IDC_REPLACE_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,246,8
CONTROL "Use protocol smileys",IDC_USE_PROTOCOL_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,94,232,8
CONTROL "Draw smileys on first line",IDC_DRAW_SMILEYS_ON_FIRST_LINE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,119,246,8
@@ -717,7 +717,7 @@ BEGIN LTEXT "Top space:",IDC_STATIC_TOP,7,37,40,8
EDITTEXT IDC_TOP_SPACE,50,35,35,12,ES_NUMBER
CONTROL "",IDC_TOP_SPACE_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,84,35,11,12
- LTEXT "pixels",IDC_STATIC_PIXELS,96,37,18,8
+ LTEXT "pixels",IDC_STATIC_PIXELS,96,37,30,8
CONTROL "Draw smileys on second line",IDC_DRAW_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,52,242,8
LTEXT "Text:",IDC_STATIC_TEXT,7,67,83,9
CONTROL "Status",IDC_STATUS,"Button",BS_AUTORADIOBUTTON,18,79,118,8
@@ -746,7 +746,7 @@ BEGIN LTEXT "Top space:",IDC_STATIC_TOP,7,37,40,8
EDITTEXT IDC_TOP_SPACE,50,35,35,12,ES_NUMBER
CONTROL "",IDC_TOP_SPACE_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,84,35,11,12
- LTEXT "pixels",IDC_STATIC_PIXELS,96,37,18,8
+ LTEXT "pixels",IDC_STATIC_PIXELS,96,37,30,8
CONTROL "Draw smileys on third line",IDC_DRAW_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,52,242,8
LTEXT "Text:",IDC_STATIC_TEXT,7,67,83,9
CONTROL "Status",IDC_STATUS,"Button",BS_AUTORADIOBUTTON,18,79,118,8
diff --git a/plugins/Clist_modern/src/modern_toolbar.cpp b/plugins/Clist_modern/src/modern_toolbar.cpp index 3379a3d3b3..bd31dc8d06 100644 --- a/plugins/Clist_modern/src/modern_toolbar.cpp +++ b/plugins/Clist_modern/src/modern_toolbar.cpp @@ -281,7 +281,7 @@ void CustomizeToolbar(HWND hwnd) static char szUrl[] = "http://miranda-ng.org/p/TopToolBar";
-static TCHAR szWarning[] = LPGENT("To view a toolbar in Clist Modern you need the TopToolBar plugin. Click Yes to download it or Cancel to continue");
+static TCHAR szWarning[] = LPGENT("To view a toolbar in Modern contact list you need the TopToolBar plugin. Click Yes to download it or Cancel to continue");
static void CopySettings(const char* to, const char* from, int defValue)
{
|