Changeset 6897


Ignore:
Timestamp:
Apr 24, 2009, 11:28:20 AM (14 years ago)
Author:
rwilson
Message:

Hide problem with wxPython/matplotlib interaction - close application after one plot.

Location:
misc/tools/plotcsv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • misc/tools/plotcsv/installer/plotcsv.nsi

    r6480 r6897  
    11!define PRODUCT_NAME "plotcsv"
    2 !define PRODUCT_VERSION "0.4"
     2!define PRODUCT_VERSION "0.5"
    33!define ICON_FILE "plotcsv.ico"
    44
  • misc/tools/plotcsv/plotcsv.py

    r6896 r6897  
    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!
    627628            self.Close(True)
    628629           
Note: See TracChangeset for help on using the changeset viewer.