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: a0b7309c1c
Author: Thilo Graf <dbt@novatux.de>
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
This commit is contained in:
2012-01-01 21:43:18 +00:00
parent 9f5614c442
commit 8c6f25f18f

View File

@@ -53,6 +53,7 @@ class CParentalSetup : public CMenuTarget, public CPINProtection
CParentalSetup() : CPINProtection(g_settings.parentallock_pincode)
{
width = w_max (40, 10); //%
title = LOCALE_PARENTALLOCK_HEAD;
};
~CParentalSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);