summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/src
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/Clist_nicer/src
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/Clist_nicer/src')
-rw-r--r--plugins/Clist_nicer/src/Docking.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/src/Docking.cpp b/plugins/Clist_nicer/src/Docking.cpp
index 98afde8379..68bb5a2193 100644
--- a/plugins/Clist_nicer/src/Docking.cpp
+++ b/plugins/Clist_nicer/src/Docking.cpp
@@ -151,8 +151,8 @@ int Docking_ProcessWindowMessage(WPARAM wParam, LPARAM lParam)
if ((ptCursor.x < rcMonitor.left + EDGESENSITIVITY) || (ptCursor.x >= rcMonitor.right - EDGESENSITIVITY)) {
if ( !(GetWindowLongPtr(msg->hwnd, GWL_EXSTYLE) & WS_EX_TOOLWINDOW)) {
SendMessage(msg->hwnd, CLUIINTM_REDRAW, 0, 0);
- MessageBox(0, TranslateT("The clist cannot be docked when using the default title bar and border. Use a toolwindow or borderless style instead."),
- TranslateT("Clist docking"), MB_OK);
+ MessageBox(0, TranslateT("The contact list cannot be docked when using the default title bar and border. Use a toolwindow or borderless style instead."),
+ TranslateT("Contact list docking"), MB_OK);
return 0;
}
ZeroMemory(&abd, sizeof(abd));