mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Open folders in the existing window.
Patch by Gabriel Ilardi See issue #4345 for more details. svn path=/trunk/; revision=40422
This commit is contained in:
@@ -96,7 +96,7 @@ int MainFrameBase::OpenShellFolders(LPIDA pida, HWND hFrameWnd)
|
||||
XMLPos explorer_options = g_Globals.get_cfg("general/explorer");
|
||||
|
||||
bool mdi = XMLBool(explorer_options, "mdi", true);
|
||||
bool separateFolders = XMLBool(explorer_options, "separate-folders", true);
|
||||
bool separateFolders = XMLBool(explorer_options, "separate-folders", false);
|
||||
|
||||
ShellPath pidl_abs = ShellPath(pidl).create_absolute_pidl(parent_pidl);
|
||||
LOG(FmtString(TEXT("MainFrameBase::OpenShellFolders(): pidl_abs=%s"), (LPCTSTR)FileSysShellPath(pidl_abs)));
|
||||
|
||||
Reference in New Issue
Block a user