mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
no more handle_warning
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1637 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+3
-2
@@ -67,8 +67,9 @@ void nag_about_ascii_version() {
|
|||||||
info.dwOSVersionInfoSize = sizeof(info);
|
info.dwOSVersionInfoSize = sizeof(info);
|
||||||
GetVersionEx(&info);
|
GetVersionEx(&info);
|
||||||
if (info.dwMajorVersion >= 5) {
|
if (info.dwMajorVersion >= 5) {
|
||||||
handle_warning(_("This build of Magic Set Editor is intended for Windows 95/98/ME systems.\n")
|
queue_message(MESSAGE_WARNING,
|
||||||
_("It is recommended that you download the appropriate MSE version for your Windows version."));
|
_("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
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user