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 +- plugins/KeyboardNotify/src/resource.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/KeyboardNotify/src') 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); diff --git a/plugins/KeyboardNotify/src/resource.h b/plugins/KeyboardNotify/src/resource.h index 4ebfb19cd0..88fbe4c38c 100644 --- a/plugins/KeyboardNotify/src/resource.h +++ b/plugins/KeyboardNotify/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}} -// Microsoft Developer Studio generated include file. -// Used by resources.rc +// Microsoft Visual C++ generated include file. +// Used by ..\res\resources.rc // #define IDC_OTHERICON 1 #define IDD_OPT_KN_ACTION 120 -- cgit v1.2.3