Plugins/PluginAbout.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2791
a9577f248f04
parent 3004
c4bf32c791d0
child 3058
0a02c433f52d
--- a/Plugins/PluginAbout.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/PluginAbout.py	Fri Oct 18 23:00:41 2013 +0200
@@ -75,11 +75,13 @@
         """
         acts = []
         
-        self.aboutAct = E5Action(self.trUtf8('About {0}').format(UI.Info.Program),
-                UI.PixmapCache.getIcon("helpAbout.png"),
-                self.trUtf8('&About {0}').format(UI.Info.Program),
-                0, 0, self, 'about_eric')
-        self.aboutAct.setStatusTip(self.trUtf8('Display information about this software'))
+        self.aboutAct = E5Action(
+            self.trUtf8('About {0}').format(UI.Info.Program),
+            UI.PixmapCache.getIcon("helpAbout.png"),
+            self.trUtf8('&About {0}').format(UI.Info.Program),
+            0, 0, self, 'about_eric')
+        self.aboutAct.setStatusTip(self.trUtf8(
+            'Display information about this software'))
         self.aboutAct.setWhatsThis(self.trUtf8(
             """<b>About {0}</b>"""
             """<p>Display some information about this software.</p>"""

eric ide

mercurial