summaryrefslogtreecommitdiff
path: root/plugins/Non-IM Contact
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-27 21:39:34 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-27 21:39:34 +0000
commitdf7ced65192604ea21a331cfcafe642201e69861 (patch)
tree0eab62ec4cfd2d46abbf837273e7fa1e1105892f /plugins/Non-IM Contact
parent65a6e1a0a319c35a6795096f686ea5939a4a9389 (diff)
clist -> contact list
git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact')
-rw-r--r--plugins/Non-IM Contact/res/resource.rc2
-rw-r--r--plugins/Non-IM Contact/src/dialog.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Non-IM Contact/res/resource.rc b/plugins/Non-IM Contact/res/resource.rc
index c1841d6777..34cff039db 100644
--- a/plugins/Non-IM Contact/res/resource.rc
+++ b/plugins/Non-IM Contact/res/resource.rc
@@ -67,7 +67,7 @@ BEGIN
PUSHBUTTON "O&pen File",IDC_OPEN_FILE,149,47,56,14
PUSHBUTTON "O&pen Folder",IDC_OPEN_FOLDER,216,47,56,14
GROUPBOX "Link Settings",IDC_STATIC,7,4,269,60
- GROUPBOX "CList Settings",IDC_STATIC,7,68,269,64
+ GROUPBOX "Contact list settings",IDC_STATIC,7,68,269,64
COMBOBOX IDC_GROUP,43,79,158,74,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
CONTROL "",CHK_ONLINE,"Button",BS_AUTORADIOBUTTON | BS_PUSHLIKE | WS_TABSTOP,71,95,16,16
CONTROL "",CHK_AWAY,"Button",BS_AUTORADIOBUTTON | BS_ICON | BS_PUSHLIKE | WS_TABSTOP,90,95,16,16
diff --git a/plugins/Non-IM Contact/src/dialog.cpp b/plugins/Non-IM Contact/src/dialog.cpp
index fb0bf27788..99ad2e6122 100644
--- a/plugins/Non-IM Contact/src/dialog.cpp
+++ b/plugins/Non-IM Contact/src/dialog.cpp
@@ -262,7 +262,7 @@ void DoPropertySheet(HANDLE hContact, HINSTANCE hInst)
psp[1].pszTemplate = MAKEINTRESOURCEA(IDD_OTHER_STUFF);
psp[1].pszIcon = NULL;
psp[1].pfnDlgProc = DlgProcOtherStuff;
- psp[1].pszTitle = Translate("Link and CList Settings");
+ psp[1].pszTitle = Translate("Link and Contact list Settings");
psp[1].lParam = (LPARAM)hContact;
psp[1].pfnCallback = NULL;