diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-28 16:50:17 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-28 16:50:17 +0000 |
commit | ca2afc50a432cefe892c6877710642bce6bd57c9 (patch) | |
tree | b4ff96e40b102b20668d591464e92de3d4778bd9 /plugins/NotesAndReminders/src/main.cpp | |
parent | dcc561ccf83c7468bf512ab94db0c34bfdb49dfc (diff) |
Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@14429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders/src/main.cpp')
-rw-r--r-- | plugins/NotesAndReminders/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/main.cpp b/plugins/NotesAndReminders/src/main.cpp index f83edada99..84fa4fed13 100644 --- a/plugins/NotesAndReminders/src/main.cpp +++ b/plugins/NotesAndReminders/src/main.cpp @@ -195,7 +195,7 @@ int OnModulesLoaded(WPARAM wparam, LPARAM lparam) // register menus
CLISTMENUITEM mi = { 0 };
- mi.hParentMenu = Menu_CreateRoot(MO_MAIN, (TCHAR*)LPGENW("Notes && Reminders"), 1600000000);
+ mi.hParentMenu = Menu_CreateRoot(MO_MAIN, LPGENW("Notes && Reminders"), 1600000000);
mi.flags = CMIF_TCHAR;
mi.position = 1600000000;
|