summaryrefslogtreecommitdiff
path: root/plugins/HwHotKeys
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-06-23 19:46:05 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-06-23 19:46:05 +0000
commitccef0b4c21f28c71a715af4c68d81fd5d82b46bc (patch)
treeaf07c623d6686039b305d43897ef48d2e284125e /plugins/HwHotKeys
parentdef03bef859796b00a5486343e95d3deea1d61db (diff)
- langpacks/english: update;
- langpacks/russian: update; translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HwHotKeys')
-rw-r--r--plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp
index 6a36f8e31e..dadc8f49b4 100644
--- a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp
+++ b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp
@@ -131,7 +131,7 @@ int initializeOptions(WPARAM wParam, LPARAM)
OptDlgPg.flags = ODPF_BOLDGROUPS | ODPF_TCHAR;
OptDlgPg.pszTemplate = MAKEINTRESOURCEA(dlg_options);
OptDlgPg.ptszGroup = LPGENT("Customize");
- OptDlgPg.ptszTitle = LPGENT(__PLUGIN_NAME);
+ OptDlgPg.ptszTitle = LPGENT("Hardware HotKeys");
OptDlgPg.pfnDlgProc = OptDlgProc;
OptDlgPg.hLangpack = hLangpack;
Options_AddPage(wParam, &OptDlgPg);