Merge pull request #4015 from EmptyChaos/wx-misc-fixes

WX: Fix pop-under (win) / game list garbage (win) / language support (Linux)
This commit is contained in:
shuffle2
2016-10-02 22:46:14 -07:00
committed by GitHub
5 changed files with 43 additions and 5 deletions

View File

@ -1273,7 +1273,9 @@
<ClCompile Include="..\..\src\msw\printwin.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\msw\progdlg.cpp" />
<ClCompile Include="..\..\src\msw\progdlg.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\msw\radiobox.cpp" />
<ClCompile Include="..\..\src\msw\radiobut.cpp" />
<ClCompile Include="..\..\src\msw\regconf.cpp" />

View File

@ -1209,7 +1209,7 @@
// Set to 0 to disable the use of the native progress dialog (currently only
// available under MSW and suffering from some bugs there, hence this option).
#define wxUSE_NATIVE_PROGRESSDLG 1
#define wxUSE_NATIVE_PROGRESSDLG 0
// support for startup tips (wxShowTip &c)
#define wxUSE_STARTUP_TIPS 1