summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-19 18:48:35 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-19 18:48:35 +0000
commit3b3bdf6af13a209838d2a99efdc23bfd35f02f3d (patch)
treed538b7816d8a968ace9ec7a6920b46215e74a7a5 /plugins/WhenWasIt
parenteb8ccdb0ad9e2c508f425b2b25a6eb1e25644461 (diff)
tabSRMM button sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt')
-rw-r--r--plugins/WhenWasIt/hooked_events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhenWasIt/hooked_events.cpp b/plugins/WhenWasIt/hooked_events.cpp
index 3b9d2dadef..e6be71994b 100644
--- a/plugins/WhenWasIt/hooked_events.cpp
+++ b/plugins/WhenWasIt/hooked_events.cpp
@@ -165,7 +165,7 @@ int OnModulesLoaded(WPARAM wParam, LPARAM lParam)
Hotkey_Register(&hotkey);
hotkey.pszName = "wwi_check_birthdays";
- hotkey.ptszDescription = LPGENT("Check for birthdays");
+ hotkey.pszDescription = LPGEN("Check for birthdays");
hotkey.pszService = MS_WWI_CHECK_BIRTHDAYS;
Hotkey_Register(&hotkey);