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

gEDA-cvs: branch: master updated (96f0fea619b50cc1da799c60ffac2f35e6848d76)



The branch, master has been updated
       via  96f0fea619b50cc1da799c60ffac2f35e6848d76 (commit)
      from  23926590923c4f4327f6a62815cd37ef2a5db3f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 lib/xgsch2pcb/gui.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 96f0fea619b50cc1da799c60ffac2f35e6848d76
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Sep 23 20:20:39 2007 +0100

    Change about box title to simply "xgsch2pcb", and elaborate in comments.

:100644 100644 12042d7... bbd935f... M	lib/xgsch2pcb/gui.py

=========
 Changes
=========

commit 96f0fea619b50cc1da799c60ffac2f35e6848d76
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Sep 23 20:20:39 2007 +0100

    Change about box title to simply "xgsch2pcb", and elaborate in comments.

diff --git a/lib/xgsch2pcb/gui.py b/lib/xgsch2pcb/gui.py
index 12042d7..bbd935f 100644
--- a/lib/xgsch2pcb/gui.py
+++ b/lib/xgsch2pcb/gui.py
@@ -174,7 +174,8 @@ class MonitorWindow(gtk.Window):
         # About dialog
         # ------------
         self.aboutdialog = gtk.AboutDialog()
-        self.aboutdialog.set_name(_("xgsch2pcb - a GUI for gsch2pcb"))
+        self.aboutdialog.set_name(_("xgsch2pcb"))
+        self.aboutdialog.set_comments(_("a GUI for gsch2pcb"))
         self.aboutdialog.set_version(config.VERSION)
         self.aboutdialog.set_copyright("University of Cambridge 2006")
         self.aboutdialog.set_authors(['Peter Brett', 'Peter Clifton'])




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs