From f91c4eef91401b889ed24946f11629bb7cdf1ad5 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 20 Oct 2010 19:02:50 +0000 Subject: [PATCH] chaange scanSDT window to popup git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@848 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/7eafcf23bd702a9accb8bd2830bff8320101cd4a Author: Jacek Jendrzej Date: 2010-10-20 (Wed, 20 Oct 2010) --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index ecc012cd7..ef04234a0 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3734,7 +3734,7 @@ skip_message: return messages_return::handled; } else if (msg == NeutrinoMessages::EVT_SERVICES_UPD) { - ShowMsgUTF(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_ZAPIT_SDTCHANGED), + ShowHintUTF(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_ZAPIT_SDTCHANGED), CMessageBox::mbrBack,CMessageBox::mbBack, NEUTRINO_ICON_INFO); } if ((msg >= CRCInput::RC_WithData) && (msg < CRCInput::RC_WithData + 0x10000000))