summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer/src/GuiElements.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-01-22 17:38:03 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-01-22 17:38:03 +0000
commitbd8210d0d851e2041b4924c5166141d16d0afc9a (patch)
tree7b46b5e9388e30a49d5438f83397cf4821edf5b8 /plugins/HTTPServer/src/GuiElements.cpp
parente1b2602b836a315e10a3ebbc118da5ca4ed1d388 (diff)
- fixed contact menu
- updated default template git-svn-id: http://svn.miranda-ng.org/main/trunk@3234 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/GuiElements.cpp')
-rw-r--r--plugins/HTTPServer/src/GuiElements.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HTTPServer/src/GuiElements.cpp b/plugins/HTTPServer/src/GuiElements.cpp
index fcfdc16a90..71b7c3e9f7 100644
--- a/plugins/HTTPServer/src/GuiElements.cpp
+++ b/plugins/HTTPServer/src/GuiElements.cpp
@@ -1505,7 +1505,7 @@ void InitGuiElements() {
mi.ptszName = LPGENT("HTTP Share new file");
mi.pszService = MS_SHARE_NEW_FILE;
- hShareNewFileMenuItem = Menu_AddMainMenuItem(&mi);
+ hShareNewFileMenuItem = Menu_AddContactMenuItem(&mi);
if (!hShareNewFileMenuItem) {
MessageBox(NULL, TranslateT("Failed to add contact menu item"), MSG_BOX_TITEL, MB_OK);
return;