You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intr=MessageBoxA(hwnd, "Setup will now install Winsock 2 update, before continue is required to have TCP/IP enabled. Process to installation or exit to configure interface?\n\n"
356
-
"Yes = start the instalation\n"
356
+
"Yes = start the installation\n"
357
357
"No = exit SoftGPU installer\n\n"
358
-
"Reboot is required after installation.", "WS2 instalation", MB_YESNO | MB_ICONQUESTION);
358
+
"Reboot is required after installation.", "WS2 installation", MB_YESNO | MB_ICONQUESTION);
359
359
360
360
if(r==IDYES)
361
361
{
@@ -439,7 +439,7 @@ BOOL driver_copy(HWND hwnd)
439
439
}
440
440
else
441
441
{
442
-
sprintf(mgsbuf, "Automatic instalation isn't possible, because it is unsupported on this system. You have to install driver manually!\n\nDriver files are located here: %s", install_path);
442
+
sprintf(mgsbuf, "Automatic installation isn't possible, because it is unsupported on this system. You have to install driver manually!\n\nDriver files are located here: %s", install_path);
443
443
MessageBoxA(hwnd, mgsbuf, "No automatic driver install", MB_ICONWARNING);
REPORT("No supported VGA adapter found! (It could happen if PCI bus isn't detected or is missdetect, for example Win9X in QEMU do this, more informations in README)");
613
+
REPORT("No supported VGA adapter found! (It could happen if PCI bus isn't detected or is misdetected, for example Win9X in QEMU do this, more informations in README)");
0 commit comments