*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 is contained in:
thilo
2012-01-01 21:43:18 +00:00
parent f8b626250a
commit a0b7309c1c

View File

@@ -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);