diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-24 13:59:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-24 13:59:01 +0000 |
commit | 6ccfc8a1a3fcd699a9f3cabffce685f5ce973a26 (patch) | |
tree | ef96133c218da655344ff7572915f96bdb2889ec /plugins/KeyboardNotify/src | |
parent | 6d48c17d8555d18288c26967d8c013de36fce676 (diff) |
- resource cosmetics (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify/src')
-rw-r--r-- | plugins/KeyboardNotify/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/KeyboardNotify/src/resource.h | 4 |
2 files changed, 3 insertions, 3 deletions
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
|