Commit 0fb7bca6 authored by twanvl's avatar twanvl

no more handle_warning

parent 57865746
......@@ -67,8 +67,9 @@ void nag_about_ascii_version() {
info.dwOSVersionInfoSize = sizeof(info);
GetVersionEx(&info);
if (info.dwMajorVersion >= 5) {
handle_warning(_("This build of Magic Set Editor is intended for Windows 95/98/ME systems.\n")
_("It is recommended that you download the appropriate MSE version for your Windows version."));
queue_message(MESSAGE_WARNING,
_("This build of Magic Set Editor is intended for Windows 95/98/ME systems.\n")
_("It is recommended that you download the appropriate MSE version for your Windows version."));
}
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment