Plugins/PluginAbout.py

changeset 3004
c4bf32c791d0
parent 2712
4354ab0b67c7
child 3022
57179e4cdadd
child 3057
10516539f238
diff -r cb43c34239b1 -r c4bf32c791d0 Plugins/PluginAbout.py
--- a/Plugins/PluginAbout.py	Thu Oct 10 18:40:16 2013 +0200
+++ b/Plugins/PluginAbout.py	Thu Oct 10 19:03:45 2013 +0200
@@ -73,11 +73,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