mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -53,6 +53,7 @@ class CParentalSetup : public CMenuTarget, public CPINProtection
|
|||||||
CParentalSetup() : CPINProtection(g_settings.parentallock_pincode)
|
CParentalSetup() : CPINProtection(g_settings.parentallock_pincode)
|
||||||
{
|
{
|
||||||
width = w_max (40, 10); //%
|
width = w_max (40, 10); //%
|
||||||
|
title = LOCALE_PARENTALLOCK_HEAD;
|
||||||
};
|
};
|
||||||
~CParentalSetup();
|
~CParentalSetup();
|
||||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||||
|
Reference in New Issue
Block a user