Catch another instance of Shift-JIS
Also removed the translation because it's ASM-inaccurate
This commit is contained in:
parent
a8fb0839fa
commit
8f6403f233
1 changed files with 1 additions and 5 deletions
|
@ -664,11 +664,7 @@ LRESULT __stdcall WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lPa
|
||||||
|
|
||||||
case 40004:
|
case 40004:
|
||||||
if (!OpenVolumeConfiguration(hWnd))
|
if (!OpenVolumeConfiguration(hWnd))
|
||||||
#ifdef JAPANESE
|
MessageBoxA(hWnd, "â{âèâàü[âÇɦÆÞéïNô«é+é½é_é¦é±é+éÁé¢", lpWindowName, 0); // 'ボリューム設定を起動できませんでした' (Could not launch volume configuration) in Shift-JIS
|
||||||
MessageBoxA(hWnd, "â{âèâàü[âÇɦÆÞéïNô«é+é½é_é¦é±é+éÁé¢", lpWindowName, 0);
|
|
||||||
#else
|
|
||||||
MessageBoxA(hWnd, "Could not launch volume configuration", lpWindowName, 0);
|
|
||||||
#endif
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 40005:
|
case 40005:
|
||||||
|
|
Loading…
Add table
Reference in a new issue