Skip to content
Snippets Groups Projects

Fix file browser window

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -515,7 +515,7 @@ INT_PTR CALLBACK CPropertyWindow::dlgProc(HWND hWnd, UINT msg, WPARAM wParam, LP
@@ -515,7 +515,7 @@ INT_PTR CALLBACK CPropertyWindow::dlgProc(HWND hWnd, UINT msg, WPARAM wParam, LP
memset(&ofn, 0, sizeof(OPENFILENAMEW));
memset(&ofn, 0, sizeof(OPENFILENAMEW));
ofn.lStructSize = sizeof(OPENFILENAMEW);
ofn.lStructSize = sizeof(OPENFILENAMEW);
ofn.hwndOwner = NULL;
ofn.hwndOwner = m_hDlgWnd;
ofn.lpstrFile = szFile;
ofn.lpstrFile = szFile;
ofn.nMaxFile = sizeof(szFile);
ofn.nMaxFile = sizeof(szFile);
ofn.lpstrFilter = szFilter;
ofn.lpstrFilter = szFilter;
Loading