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

Patong beach validation changes plus back-merge changes.

Location:
branches/numpy_misc/tools/plotcsv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_misc/tools/plotcsv/installer/plotcsv.nsi

    r6480 r6906  
    11!define PRODUCT_NAME "plotcsv"
    2 !define PRODUCT_VERSION "0.4"
     2!define PRODUCT_VERSION "0.5"
    33!define ICON_FILE "plotcsv.ico"
    44
  • 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.