neutrino.cpp: use simple error message for zapit fail

Origin commit data
------------------
Commit: 9491d72edd
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-23 (Sun, 23 Nov 2014)
This commit is contained in:
2014-11-23 17:19:27 +01:00
parent 1f062fd43a
commit f07b11e637

View File

@@ -1947,9 +1947,7 @@ TIMER_START();
/* later on, we'll crash anyway, so tell about it. */
if (! zapit_init)
ShowMsg(LOCALE_MESSAGEBOX_INFO,
"Zapit initialization failed.\nThis is a fatal error, sorry.",
CMessageBox::mbrBack, CMessageBox::mbBack);
DisplayErrorMessage("Zapit initialization failed. This is a fatal error, sorry.");
InitZapitClient();
g_Zapit->setStandby(false);