[transmageddon] Make about dialog a little more interesting



commit ed327648f6648f8bf918dd28dbeff2e7295738e3
Author: uraeus <uraeus gnome org>
Date:   Tue Apr 3 11:09:05 2012 +0100

    Make about dialog a little more interesting

 src/about.py.in      |    6 +++++-
 src/transmageddon.py |    1 -
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/about.py.in b/src/about.py.in
index 498cf89..bca7740 100644
--- a/src/about.py.in
+++ b/src/about.py.in
@@ -41,9 +41,13 @@ Boston, MA 02111-1307, USA.
 
 class AboutDialog:
    def __init__(self):
-       x = gtk.AboutDialog()
+       x = Gtk.AboutDialog()
        x.set_version("@VERSION@")
        x.set_name("Transmageddon")
+       x.set_program_name("Transmageddon")
+       x.set_website("http://www.linuxrising.org";)
+       x.set_comments("Transmageddon is a simple video and audio conversion tool for GNOME created by Christian Fredrik Kalager Schaller.")
+       x.set_website_label("Transmageddon homepage")
        x.set_authors(Authors)
        x.set_translator_credits(_("translator-credits"))
        x.set_artists(Artists)
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 4b72f49..469083a 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -1014,7 +1014,6 @@ class TransmageddonUI:
            self.VideoCodec = self.presetvideocodec
 
    def on_about_dialog_activate(self, widget):
-       print "activating about"
        """
            Show the about dialog.
        """



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]