diff options
Diffstat (limited to 'plugins/HTTPServer/src/GuiElements.cpp')
-rw-r--r-- | plugins/HTTPServer/src/GuiElements.cpp | 2 |
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;
|