diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-30 17:11:58 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2010-01-01 15:25:47 +0100 |
| commit | d711c0e93592fa1e1df0fde808fe2bed39687421 (patch) | |
| tree | deb42d56031bbeea23ab3120bcac459da9dd2410 /lib/python/Screens/Makefile.am | |
| parent | eaa0490b6cbc0a6db1482e744f988bd5a28f7944 (diff) | |
| download | enigma2-d711c0e93592fa1e1df0fde808fe2bed39687421.tar.gz enigma2-d711c0e93592fa1e1df0fde808fe2bed39687421.zip | |
show a short symbol when a unhandled key is pressed
this fixes bug #293
Diffstat (limited to 'lib/python/Screens/Makefile.am')
| -rwxr-xr-x | lib/python/Screens/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index 585983c2..5457bf64 100755 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -14,5 +14,5 @@ install_PYTHON = \ SubtitleDisplay.py SubservicesQuickzap.py ParentalControlSetup.py NumericalTextInputHelpDialog.py \ SleepTimerEdit.py Ipkg.py RdsDisplay.py Globals.py DefaultWizard.py \ SessionGlobals.py LocationBox.py WizardLanguage.py TaskView.py Rc.py VirtualKeyBoard.py \ - TextBox.py FactoryReset.py RecordPaths.py + TextBox.py FactoryReset.py RecordPaths.py UnhandledKey.py |
