fix admin and printer folders

svn path=/branches/lean-explorer/; revision=8415
This commit is contained in:
Martin Fuchs
2004-02-26 21:28:48 +00:00
parent 2c1003c0c6
commit fb350b3059
@@ -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: