From 8c6f25f18f43a3933f95e926717abf6e9e11cf3d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 1 Jan 2012 21:43:18 +0000 Subject: [PATCH] neutrino paraental-setup: change title of inputbox the user should recognize "that's the Parental PIN input window" git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2033 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a0b7309c1c624e5e9f120937633fd066a74c2358 Author: Thilo Graf Date: 2012-01-01 (Sun, 01 Jan 2012) Origin message was: ------------------ *neutrino paraental-setup: change title of inputbox the user should recognize "that's the Parental PIN input window" git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2033 e54a6e83-5905-42d5-8d5c-058d10e6a962 ------------------ This commit was generated by Migit --- src/gui/parentallock_setup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/parentallock_setup.h b/src/gui/parentallock_setup.h index 0c450830c..b2043f863 100644 --- a/src/gui/parentallock_setup.h +++ b/src/gui/parentallock_setup.h @@ -52,7 +52,8 @@ class CParentalSetup : public CMenuTarget, public CPINProtection CParentalSetup() : CPINProtection(g_settings.parentallock_pincode) { - width = w_max (40, 10); //% + width = w_max (40, 10); //% + title = LOCALE_PARENTALLOCK_HEAD; }; ~CParentalSetup(); int exec(CMenuTarget* parent, const std::string & actionKey);