ref: 8f6403f233fb993492492a5c30bd648021895d84
parent: a8fb0839faa90f8e31803be177c6b0b01a882db3
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Oct 2 11:24:36 EDT 2019
Catch another instance of Shift-JIS Also removed the translation because it's ASM-inaccurate
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -664,11 +664,7 @@
case 40004:
if (!OpenVolumeConfiguration(hWnd))
- #ifdef JAPANESE
- MessageBoxA(hWnd, "â{âèâàü[âÇɦÆÞéïNô«é+é½é_é¦é±é+éÁé¢", lpWindowName, 0);
- #else
- MessageBoxA(hWnd, "Could not launch volume configuration", lpWindowName, 0);
- #endif
+ MessageBoxA(hWnd, "â{âèâàü[âÇɦÆÞéïNô«é+é½é_é¦é±é+éÁé¢", lpWindowName, 0); // 'ボリューム設定を起動できませんでした' (Could not launch volume configuration) in Shift-JIS
break;
case 40005: