From a98d83a4756315bda62df0ede25872f7582ffc59 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Thu, 5 May 2011 12:27:05 +0000 Subject: small update from addons.miranda-im.org git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@73 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- contacts_rate/options.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contacts_rate/options.cpp') diff --git a/contacts_rate/options.cpp b/contacts_rate/options.cpp index 3f591a0..55b4aca 100644 --- a/contacts_rate/options.cpp +++ b/contacts_rate/options.cpp @@ -112,7 +112,7 @@ BOOL CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara usedClist = clist_nicer; // szAdvancedIcons = szAdvancedIconsNicer; cAdvancedIcons = SIZEOF(szAdvancedIconsNicer); - SendDlgItemMessage(hwndDlg,IDC_USED_CLIST, WM_SETTEXT,0,(LPARAM)_T("Your clist: nicer")); + SendDlgItemMessage(hwndDlg,IDC_USED_CLIST, WM_SETTEXT,0,(LPARAM)TranslateT("Your clist: nicer")); } else { @@ -120,7 +120,7 @@ BOOL CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara cAdvancedIcons = SIZEOF(szAdvancedIconsModern) - 1; // mw doesn`t have last modern extraicon // SendDlgItemMessage(hwndDlg,IDC_USED_CLIST, WM_SETTEXT,0,(LPARAM)_T("Your clist: mw")); } - SendDlgItemMessage(hwndDlg,IDC_NOTMODERN_WARNING, WM_SETTEXT,0,(LPARAM)_T("Warning: your contact list plugin doesn`t have ability to sort contacts by rate.")); + SendDlgItemMessage(hwndDlg,IDC_NOTMODERN_WARNING, WM_SETTEXT,0,(LPARAM)TranslateT("Warning: your contact list plugin doesn`t have ability to sort contacts by rate.")); ShowWindow(GetDlgItem(hwndDlg, IDC_NOTMODERN_WARNING), SW_SHOW); } } @@ -128,7 +128,7 @@ BOOL CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara { cAdvancedIcons = 0; // SendDlgItemMessage(hwndDlg,IDC_USED_CLIST, WM_SETTEXT,0,(LPARAM)_T("Your clist: classic")); - SendDlgItemMessage(hwndDlg,IDC_NOTMODERN_WARNING, WM_SETTEXT,0,(LPARAM)_T("Warning: classic contact list plugin doesn`t have ability to use extraicons")); + SendDlgItemMessage(hwndDlg,IDC_NOTMODERN_WARNING, WM_SETTEXT,0,(LPARAM)TranslateT("Warning: classic contact list plugin doesn`t have ability to use extraicons")); ShowWindow(GetDlgItem(hwndDlg, IDC_NOTMODERN_WARNING), SW_SHOW); EnableWindow(GetDlgItem(hwndDlg, IDC_ADVICON), 0); } -- cgit v1.2.3