summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify/ignore.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/KeyboardNotify/ignore.c')
-rw-r--r--plugins/KeyboardNotify/ignore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/KeyboardNotify/ignore.c b/plugins/KeyboardNotify/ignore.c
index b9d897b358..ededae2c84 100644
--- a/plugins/KeyboardNotify/ignore.c
+++ b/plugins/KeyboardNotify/ignore.c
@@ -266,10 +266,10 @@ INT_PTR CALLBACK DlgProcIgnoreOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPA
{ CLCINFOITEM cii = {0};
cii.cbSize = sizeof(cii);
cii.flags = CLCIIF_GROUPFONT;
- cii.pszText = Translate("** All contacts **");
+ cii.pszText = TranslateT("** All contacts **");
hItemAll=(HANDLE)SendDlgItemMessage(hwndDlg, IDC_LIST, CLM_ADDINFOITEM, 0, (LPARAM)&cii);
- cii.pszText = Translate("** Unknown contacts **");
+ cii.pszText = TranslateT("** Unknown contacts **");
hItemUnknown=(HANDLE)SendDlgItemMessage(hwndDlg, IDC_LIST,CLM_ADDINFOITEM, 0, (LPARAM)&cii);
InitialiseItem(GetDlgItem(hwndDlg, IDC_LIST), NULL, hItemUnknown, 0xFFFFFFFF);
}