/b-gtk/fix-viz

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 olive/info.py

  • Committer: Jasper Groenewegen
  • Date: 2008-08-04 21:39:55 UTC
  • mfrom: (592.4.1 ginfo)
  • Revision ID: colbrac@xs4all.nl-20080804213955-61wkontqs0ae3lvy
Merge addition of ginfo command

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
            return
157
157
        
158
158
        # Create the window
159
 
        self.window = gtk.Dialog(title="Olive - Information",
 
159
        self.window = gtk.Dialog(title="Branch Information",
160
160
                                  parent = None,
161
161
                                  flags=0,
162
162
                                  buttons=None)