summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-08 19:08:48 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-08 19:08:48 +0000
commita969ecc545180bd10a270050f0038e52d37141a7 (patch)
tree293330c6efeac33f274dd945b169bfde9f2ca196 /plugins/DbEditorPP
parent7fab27be6c6ed18e5dc3af4ac28b7e1dccdea898 (diff)
unified menu for mmap & dbeditor
git-svn-id: http://svn.miranda-ng.org/main/trunk@7089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP')
-rw-r--r--plugins/DbEditorPP/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DbEditorPP/src/main.cpp b/plugins/DbEditorPP/src/main.cpp
index 7461e12bdd..c74fa638cb 100644
--- a/plugins/DbEditorPP/src/main.cpp
+++ b/plugins/DbEditorPP/src/main.cpp
@@ -159,6 +159,7 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam)
CLISTMENUITEM mi = { sizeof(mi) };
mi.position = 1900000001;
mi.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(ICO_REGEDIT));
+ mi.pszPopupName = "Database";
mi.pszName = modFullname;
mi.pszService = "DBEditorpp/MenuCommand";
Menu_AddMainMenuItem(&mi);