[Commits] [Tuxbox-GIT] Tuxbox-GIT: apps branch master updated. CVS-Final-34-g80c346b
Tuxbox Sources
Brought to you by:
dbt1
|
From: Carsten S. <tux...@ne...> - 2013-01-21 17:50:04
|
Project "Tuxbox-GIT: apps":
The branch, master has been updated
via 80c346b0c142ecbcc11f5399b00db3d2311f5d14 (commit)
from 25d5d5cbfc8a6a07fd453739f9296cc892f8de8a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 80c346b0c142ecbcc11f5399b00db3d2311f5d14
Author: Carsten Schoenert <c.s...@t-...>
Date: Mon Jan 21 18:36:44 2013 +0100
Neutrino: adding one more forgotten change of CNetworkSetup
In addition for commit 5fcb3f one more change in the CNetworkSetup
class.
diff --git a/tuxbox/neutrino/src/gui/network_setup.cpp b/tuxbox/neutrino/src/gui/network_setup.cpp
index 2e5dde3..1707cf9 100644
--- a/tuxbox/neutrino/src/gui/network_setup.cpp
+++ b/tuxbox/neutrino/src/gui/network_setup.cpp
@@ -320,12 +320,12 @@ bool CNetworkSetup::checkForIP()
if (!network_dhcp && network_address.empty()) //no ip definied
{
- ShowMsgUTF(LOCALE_MAINSETTINGS_NETWORK,
- g_Locale->getText(LOCALE_NETWORKMENU_ERROR_NO_ADDRESS),
- CMessageBox::mbrBack,
- CMessageBox::mbBack,
- NEUTRINO_ICON_ERROR,
- width);
+ ShowLocalizedMessage(LOCALE_MAINSETTINGS_NETWORK,
+ LOCALE_NETWORKMENU_ERROR_NO_ADDRESS,
+ CMessageBox::mbrBack,
+ CMessageBox::mbBack,
+ NEUTRINO_ICON_ERROR,
+ width);
ret = false;
}
-----------------------------------------------------------------------
Summary of changes:
tuxbox/neutrino/src/gui/network_setup.cpp | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
--
Tuxbox-GIT: apps
|