Hopeing this will fix a weird title thing I saw today
[quicknote] / src / libquicknote.py
index 46253bf..624c4dd 100644 (file)
@@ -83,6 +83,8 @@ class QuicknoteProgram(hildon.Program):
                self._window = hildon.Window()
                self.add_window(self._window)
 
+               if IS_HILDON:
+                       gtk.set_application_name(constants.__pretty_app_name__)
                self._window.set_title(constants.__pretty_app_name__)
                self._window.connect("delete_event", self._on_delete_event)
                self._window.connect("destroy", self._on_destroy)
@@ -413,5 +415,6 @@ class QuicknoteProgram(hildon.Program):
                dialog.set_website("http://axique.de/index.php?f=Quicknote")
                comments = _("%s is a note taking program; it is optimised for quick save and search of notes") % constants.__pretty_app_name__
                dialog.set_comments(comments)
+               dialog.set_authors(["Christoph Wurstle <n800@axique.net>", "Ed Page <edpage@byu.net> (Blame him for the most recent bugs)"])
                dialog.run()
                dialog.destroy()