Ignore:
Timestamp:
Apr 26, 2009, 5:35:16 PM (15 years ago)
Author:
rwilson
Message:

Patong beach validation changes plus back-merge changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_misc/tools/plotcsv/plotcsv.py

    r6482 r6906  
    5454# program name and version
    5555APP_NAME = 'plotcsv'
    56 APP_VERSION = '0.4'
     56APP_VERSION = '0.5'
    5757
    5858# name of the configuration filename
     
    624624                       title=self.txtTitle.GetValue(),
    625625                       legend=self.chkLegend.GetValue(),
    626                        legend_path=self.chkLegendPath.GetValue())
     626                       legend_path=self.chkLegendPath.GetValue())
     627            # hide problem with wxPython and matplotlib - close app!
     628            self.Close(True)
    627629           
    628630    def error(self, msg):
Note: See TracChangeset for help on using the changeset viewer.