summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2006-05-05 13:32:37 +0000
committerAndy Wingo <wingo@pobox.com>2006-05-05 13:32:37 +0000
commit71caf805327b711b0d19850f279718f1c90d8ca9 (patch)
tree2665c4907c8bff09fc84639d5e65490b27129f0b
parent3aab962a4cf073bb799664624d40d26125db4aa7 (diff)
smaller title
Original commit message from CVS: smaller title
-rw-r--r--examples/remuxer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/remuxer.py b/examples/remuxer.py
index b95f14b..3ec855e 100644
--- a/examples/remuxer.py
+++ b/examples/remuxer.py
@@ -594,7 +594,7 @@ class PlayerWindow(gtk.Window):
def load_file(self, location):
filename = location.split('/')[-1]
- self.set_title('Cutting %s with blunt instruments' % filename)
+ self.set_title('%s munger' % filename)
self.player.set_location(location)
if self.videowidget.flags() & gtk.REALIZED:
self.play_toggled()