mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -1947,9 +1947,7 @@ TIMER_START();
|
|||||||
|
|
||||||
/* later on, we'll crash anyway, so tell about it. */
|
/* later on, we'll crash anyway, so tell about it. */
|
||||||
if (! zapit_init)
|
if (! zapit_init)
|
||||||
ShowMsg(LOCALE_MESSAGEBOX_INFO,
|
DisplayErrorMessage("Zapit initialization failed. This is a fatal error, sorry.");
|
||||||
"Zapit initialization failed.\nThis is a fatal error, sorry.",
|
|
||||||
CMessageBox::mbrBack, CMessageBox::mbBack);
|
|
||||||
|
|
||||||
InitZapitClient();
|
InitZapitClient();
|
||||||
g_Zapit->setStandby(false);
|
g_Zapit->setStandby(false);
|
||||||
|
Reference in New Issue
Block a user