From bd8210d0d851e2041b4924c5166141d16d0afc9a Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 22 Jan 2013 17:38:03 +0000 Subject: - fixed contact menu - updated default template git-svn-id: http://svn.miranda-ng.org/main/trunk@3234 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HTTPServer/src/GuiElements.cpp | 2 +- plugins/HTTPServer/src/main.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/HTTPServer/src') 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; diff --git a/plugins/HTTPServer/src/main.cpp b/plugins/HTTPServer/src/main.cpp index 91ac702a0d..68eca1ea7a 100644 --- a/plugins/HTTPServer/src/main.cpp +++ b/plugins/HTTPServer/src/main.cpp @@ -37,8 +37,7 @@ const char szXmlTail[] = ""; const char* pszDefaultShares[] = { "htdocs\\@settings\\favicon.ico", "/favicon.ico", "htdocs\\@settings\\index.xsl", "/index.xsl", - "htdocs\\@settings\\placeholder.gif", "/placeholder.gif", - "htdocs\\@settings\\icons\\", "/icons/", + "htdocs\\@settings\\theme\\", "/theme/", "htdocs\\", "/", 0, 0 }; -- cgit v1.2.3