mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
convert utf-8 text encoding to windows-1252
This commit is contained in:
@@ -51,7 +51,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||||||
|
|
||||||
// Throw error if sound unavailable
|
// Throw error if sound unavailable
|
||||||
if (!soundReady) {
|
if (!soundReady) {
|
||||||
MessageBoxA(NULL, "\"LEGO® Island\" is not detecting a DirectSound compatible sound card. Please quit all other applications and try again.",
|
MessageBoxA(NULL, "\"LEGO<EFBFBD> Island\" is not detecting a DirectSound compatible sound card. Please quit all other applications and try again.",
|
||||||
"Lego Island Error",0);
|
"Lego Island Error",0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -61,7 +61,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||||||
|
|
||||||
// Create window
|
// Create window
|
||||||
if (g_isle->setupWindow(hInstance) != SUCCESS) {
|
if (g_isle->setupWindow(hInstance) != SUCCESS) {
|
||||||
MessageBoxA(NULL, "\"LEGO® Island\" failed to start. Please quit all other applications and try again.", "LEGO® Island Error",0);
|
MessageBoxA(NULL, "\"LEGO<EFBFBD> Island\" failed to start. Please quit all other applications and try again.", "LEGO<EFBFBD> Island Error",0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user