[SHELL32]
[reactos.git] / reactos / dll / win32 / shell32 / COpenWithMenu.cpp
index 75d61ad..8812b73 100644 (file)
@@ -907,6 +907,7 @@ VOID COpenWithDialog::Browse()
     ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST;
     ofn.nMaxFile = (sizeof(wszPath) / sizeof(WCHAR));
     ofn.lpstrFile = wszPath;
+    ofn.lpstrInitialDir = L"%programfiles%";
 
     /* Init title */
     if (LoadStringW(shell32_hInstance, IDS_OPEN_WITH, wszTitle, sizeof(wszTitle) / sizeof(WCHAR)))