To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
« back to all changes in this revision
Viewing changes to viz/about.py
-
Committer:
Daniel Schierbeck
-
Date:
2007-11-28 23:18:51 UTC
-
Revision ID:
daniel.schierbeck@gmail.com-20071128231851-5dod3uy50slh10uk
Removed Help menu and the About window.
Show diffs side-by-side
added
removed
6
import bzrlib.plugins.gtk
8
class AboutDialog(gtk.AboutDialog):
11
gtk.AboutDialog.__init__(self)
12
self.set_name("Bazaar GTK")
13
self.set_version(bzrlib.plugins.gtk.__version__)