From df7ced65192604ea21a331cfcafe642201e69861 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 27 Dec 2013 21:39:34 +0000 Subject: clist -> contact list git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/src/Docking.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Clist_nicer/src') 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)); -- cgit v1.2.3