From 6ccfc8a1a3fcd699a9f3cabffce685f5ce973a26 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 24 Feb 2013 13:59:01 +0000 Subject: - resource cosmetics (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/KeyboardNotify/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/KeyboardNotify/src/options.cpp') diff --git a/plugins/KeyboardNotify/src/options.cpp b/plugins/KeyboardNotify/src/options.cpp index 28a403aeeb..5eabe31747 100644 --- a/plugins/KeyboardNotify/src/options.cpp +++ b/plugins/KeyboardNotify/src/options.cpp @@ -162,7 +162,7 @@ INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP TCITEM tci; tc = GetDlgItem(hwndDlg, IDC_TABS); tci.mask = TCIF_TEXT; - tci.pszText = TranslateT("Protocols"); + tci.pszText = TranslateT("Accounts"); TabCtrl_InsertItem(tc, 0, &tci); tci.pszText = TranslateT("Rules"); TabCtrl_InsertItem(tc, 1, &tci); -- cgit v1.2.3