Skip to content

Commit

Permalink
fix some setting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohei Yoshihara committed Jan 10, 2019
1 parent a5ce465 commit 3ad878a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions TouchMind/TouchMind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR lpCmdLin
return 2;
}

ULONG numLangs;
SetProcessPreferredUILanguages(MUI_LANGUAGE_NAME, L"en-US", &numLangs);
// ULONG numLangs;
// SetProcessPreferredUILanguages(MUI_LANGUAGE_NAME, L"en-US", &numLangs);
// SetProcessPreferredUILanguages(MUI_LANGUAGE_NAME, L"de-DE", &numLangs);
// SetProcessPreferredUILanguages(MUI_LANGUAGE_NAME, L"nl-NL", &numLangs);
if (touchmind::MUI::Initialize() != S_OK) {
Expand Down
4 changes: 2 additions & 2 deletions TouchMindMUI_nl_nl/TouchMindMUI_nl_nl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>..\TouchMind\mui.bat ..\Debug 0x0413 nl-NL nl_nl 1</Command>
<Command>start /wait ..\TouchMind\mui.bat ..\Debug 0x0413 nl-NL nl_nl 1</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -133,7 +133,7 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>..\TouchMind\mui.bat ..\Release 0x0413 nl-NL nl_nl 1</Command>
<Command>start /wait ..\TouchMind\mui.bat ..\Release 0x0413 nl-NL nl_nl 1</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down
2 changes: 1 addition & 1 deletion TouchMindWix/Settings.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Include>

<?define ProductName="TouchMind" ?>
<?define ProductVersion="1.0.2.0" ?>
<?define ProductVersion="1.0.2.1" ?>
<?define ProductManufacturer="Yohei Yoshihara" ?>

<?if $(var.Platform) = x64 ?>
Expand Down

0 comments on commit 3ad878a

Please sign in to comment.