openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00047
[Branch ~openshot.code/openshot/main] Rev 541: Fixed a translation bug on the "Convert to Image Sequence" feature.
------------------------------------------------------------
revno: 541
committer: Jonathan Thomas <Jonathan.Oomph@xxxxxxxxx>
branch nick: openshot
timestamp: Fri 2011-09-02 00:36:05 -0500
message:
Fixed a translation bug on the "Convert to Image Sequence" feature.
modified:
openshot/windows/MainGTK.py
--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main
Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/MainGTK.py'
--- openshot/windows/MainGTK.py 2011-09-02 05:33:27 +0000
+++ openshot/windows/MainGTK.py 2011-09-02 05:36:05 +0000
@@ -3846,6 +3846,9 @@
def on_mnuConvertPartToImageSequence_activate (self, event, *args):
print "on_mnuConvertPartToImageSequence_activate"
+ # get correct gettext method
+ _ = self._
+
# change cursor to "please wait"
self.form.frmMain.window.set_cursor(gtk.gdk.Cursor(150))