From fb350b30594173d8ea1dfdac8300f6cb0e0cecf1 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Thu, 26 Feb 2004 21:28:48 +0000 Subject: [PATCH] fix admin and printer folders svn path=/branches/lean-explorer/; revision=8415 --- reactos/subsys/system/explorer/taskbar/startmenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/explorer/taskbar/startmenu.cpp b/reactos/subsys/system/explorer/taskbar/startmenu.cpp index e9be4dea997..8823dcb512d 100644 --- a/reactos/subsys/system/explorer/taskbar/startmenu.cpp +++ b/reactos/subsys/system/explorer/taskbar/startmenu.cpp @@ -1637,7 +1637,7 @@ int StartMenuHandler::Command(int id, int code) case IDC_PRINTERS: CloseStartMenu(id); - MainFrame::Create(SpecialFolderPath(CSIDL_PRINTERS, _hwnd), OWM_PIDL); //@todo missing: CSIDL_PRINTHOOD + MainFrame::Create(SpecialFolderPath(CSIDL_PRINTERS, _hwnd), OWM_PIDL); break; case IDC_CONTROL_PANEL: @@ -1647,7 +1647,7 @@ int StartMenuHandler::Command(int id, int code) case IDC_ADMIN: CloseStartMenu(id); - MainFrame::Create(SpecialFolderPath(CSIDL_ADMINTOOLS, _hwnd), OWM_PIDL); //@todo missing: CSIDL_COMMON_ADMINTOOLS + MainFrame::Create(SpecialFolderPath(CSIDL_COMMON_ADMINTOOLS, _hwnd), OWM_PIDL); break; case IDC_CONNECTIONS: