diff options
author | Andy Wingo <wingo@pobox.com> | 2006-05-05 13:32:37 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2006-05-05 13:32:37 +0000 |
commit | 71caf805327b711b0d19850f279718f1c90d8ca9 (patch) | |
tree | 2665c4907c8bff09fc84639d5e65490b27129f0b /examples | |
parent | 3aab962a4cf073bb799664624d40d26125db4aa7 (diff) |
smaller title
Original commit message from CVS:
smaller title
Diffstat (limited to 'examples')
-rw-r--r-- | examples/remuxer.py | 2 |
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() |