From 8f6403f233fb993492492a5c30bd648021895d84 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 2 Oct 2019 15:24:36 +0000 Subject: [PATCH] Catch another instance of Shift-JIS Also removed the translation because it's ASM-inaccurate --- src/Main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Main.cpp b/src/Main.cpp index 0b069813..b29112d9 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -664,11 +664,7 @@ LRESULT __stdcall WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lPa 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: