mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
- display printer folder
svn path=/trunk/; revision=30840
This commit is contained in:
parent
aebe661533
commit
6eb216cb32
1 changed files with 0 additions and 4 deletions
|
@ -1984,9 +1984,6 @@ int StartMenuHandler::Command(int id, int code)
|
||||||
CloseStartMenu(id);
|
CloseStartMenu(id);
|
||||||
|
|
||||||
#ifndef ROSSHELL
|
#ifndef ROSSHELL
|
||||||
#ifdef _ROS_ // to be removed when printer folder will be implemented
|
|
||||||
MessageBox(0, TEXT("printer folder not yet implemented in SHELL32"), ResString(IDS_TITLE), MB_OK);
|
|
||||||
#else
|
|
||||||
#ifndef _NO_MDI
|
#ifndef _NO_MDI
|
||||||
XMLPos explorer_options = g_Globals.get_cfg("general/explorer");
|
XMLPos explorer_options = g_Globals.get_cfg("general/explorer");
|
||||||
bool mdi = XMLBool(explorer_options, "mdi", true);
|
bool mdi = XMLBool(explorer_options, "mdi", true);
|
||||||
|
@ -1996,7 +1993,6 @@ int StartMenuHandler::Command(int id, int code)
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
SDIMainFrame::Create(TEXT("::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{2227A280-3AEA-1069-A2DE-08002B30309D}"), 0);
|
SDIMainFrame::Create(TEXT("::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{2227A280-3AEA-1069-A2DE-08002B30309D}"), 0);
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
launch_file(_hwnd, SHELLPATH_PRINTERS);
|
launch_file(_hwnd, SHELLPATH_PRINTERS);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue