fix error msg

pull/914/head
Rick V 5 years ago
parent cf3469e11a
commit 44e8d07d47
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -16,9 +16,10 @@ Lokinet_INIT(void)
{
static const char *text =
"dont run lokinet in wine like wtf man we support linux and pretty "
"much every flavor of BSD.\nThis Program Will now crash lmao.";
"much every flavour of BSD, and even some flavours of unix system "
"5.x.\nThis Program Will now crash lmao.";
static const char *title = "srsly fam wtf";
MessageBoxA(NULL, text, title, MB_ICONEXCLAMATION | MB_OK);
MessageBoxA(NULL, text, title, MB_ICONHAND);
abort();
}
}
@ -31,4 +32,4 @@ Lokinet_INIT(void)
return 0;
}
#endif
#endif

Loading…
Cancel
Save