summaryrefslogtreecommitdiff
path: root/contacts_rate/options.cpp
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-05 12:27:05 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-05 12:27:05 +0000
commita98d83a4756315bda62df0ede25872f7582ffc59 (patch)
tree9fa81c5ed091995cd4bc3d5211636dabe2c1e1b1 /contacts_rate/options.cpp
parent653261a27182e9c8969ed074f0da9ec4dba920b1 (diff)
small update from addons.miranda-im.org
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@73 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'contacts_rate/options.cpp')
-rw-r--r--contacts_rate/options.cpp6
1 files changed, 3 insertions, 3 deletions
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);
}