diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-04-23 20:12:48 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-04-23 20:12:48 +0000 |
| commit | 9c67a0512940f563046f7df57524836bb35a8447 (patch) | |
| tree | c1af906d43389f05460b210e7570d4bcad9ce482 /lib/python | |
| parent | fc55f4436ab4ba47a6f04504ef04648377aa056e (diff) | |
| download | enigma2-9c67a0512940f563046f7df57524836bb35a8447.tar.gz enigma2-9c67a0512940f563046f7df57524836bb35a8447.zip | |
fix title
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/CutListEditor/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index ba946f98..bb4832a4 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -141,7 +141,7 @@ class CutList(GUIComponent): class CutListEditor(Screen, InfoBarSeek, InfoBarCueSheetSupport): skin = """ - <screen position="100,100" size="550,400" title="Test" > + <screen position="100,100" size="550,400" title="Cutlist Editor" > <widget name="Timeline" position="10,0" size="530,40" pointer="/usr/share/enigma2/position_pointer.png:3,5" foregroundColor="#225b7395" /> <widget name="Cutlist" position="10,50" size="530,300" scrollbarMode="showOnDemand" /> |
