Author: gedmurphy Date: Thu Apr 9 00:48:23 2009 New Revision: 40422
URL: http://svn.reactos.org/svn/reactos?rev=40422&view=rev Log: Open folders in the existing window. Patch by Gabriel Ilardi
See issue #4345 for more details.
Modified: trunk/reactos/base/shell/explorer/shell/mainframe.cpp
Modified: trunk/reactos/base/shell/explorer/shell/mainframe.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/shell/m... ============================================================================== --- trunk/reactos/base/shell/explorer/shell/mainframe.cpp [iso-8859-1] (original) +++ trunk/reactos/base/shell/explorer/shell/mainframe.cpp [iso-8859-1] Thu Apr 9 00:48:23 2009 @@ -96,7 +96,7 @@ 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)));