Changeset 3801

Show
Ignore:
Timestamp:
05/16/07 16:32:45 (6 years ago)
Author:
DrewCormier
Message:

changed the title in the tool window

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/write_to_file/trunk/write_to_file/write_to_file.py

    r3770 r3801  
    7878        wx.Frame.__init__(self, id=wxID_MAINFRAME, name='', parent=prnt, 
    7979              pos=wx.Point(530, 680), size=wx.Size(520, 270), 
    80               style=wx.DEFAULT_FRAME_STYLE, title='Arbitrary Waveform Generator') 
     80              style=wx.DEFAULT_FRAME_STYLE, title='Write to File Tool') 
    8181 
    8282        self.splitterWindow1 = wx.SplitterWindow(id=wxID_SPLITTERWINDOW1,