mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed title in release mode
This commit is contained in:
parent
7fc71c7197
commit
9499c727ab
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ namespace System.IO
|
|||
if (mInitialDir != null)
|
||||
ofn.mInitialDir = mInitialDir.ToScopedNativeWChar!::();
|
||||
if (mTitle != null)
|
||||
ofn.mTitle = mTitle.ToScopedNativeWChar!();
|
||||
ofn.mTitle = mTitle.ToScopedNativeWChar!::();
|
||||
ofn.mFlags = Options | (Windows.OFN_EXPLORER | Windows.OFN_ENABLEHOOK | Windows.OFN_ENABLESIZING);
|
||||
ofn.mHook = hookProcPtr;
|
||||
ofn.mCustData = (int)(void*)this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue