compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -401,8 +401,6 @@ int wxFileDialog::ShowModal()
|
|||||||
#else
|
#else
|
||||||
DWORD errCode = CommDlgExtendedError();
|
DWORD errCode = CommDlgExtendedError();
|
||||||
|
|
||||||
DWORD errCode = CommDlgExtendedError();
|
|
||||||
|
|
||||||
// GetOpenFileName will always change the current working directory on
|
// GetOpenFileName will always change the current working directory on
|
||||||
// (according to MSDN) "Windows NT 4.0/2000/XP" because the flag
|
// (according to MSDN) "Windows NT 4.0/2000/XP" because the flag
|
||||||
// OFN_NOCHANGEDIR has no effect. If the user did not specify wxCHANGE_DIR
|
// OFN_NOCHANGEDIR has no effect. If the user did not specify wxCHANGE_DIR
|
||||||
|
Reference in New Issue
Block a user