WebPositive: Translate "No SSE2" window title, also.
This commit is contained in:
@@ -90,9 +90,9 @@ BrowserApp::BrowserApp()
|
||||
get_cpuid(&info, 1, 0);
|
||||
|
||||
if ((info.eax_1.features & (1 << 26)) == 0) {
|
||||
BAlert alert("No SSE2 support", B_TRANSLATE("Your CPU is too old and "
|
||||
"does not support the SSE2 extensions, without which WebPositive "
|
||||
"cannot run. We recommend installing NetSurf instead."),
|
||||
BAlert alert(B_TRANSLATE("No SSE2 support"), B_TRANSLATE("Your CPU is "
|
||||
"too old and does not support the SSE2 extensions, without which "
|
||||
"WebPositive cannot run. We recommend installing NetSurf instead."),
|
||||
B_TRANSLATE("Darn!"));
|
||||
alert.Go();
|
||||
exit(-1);
|
||||
|
||||
Reference in New Issue
Block a user