Changeset 6897
- Timestamp:
- Apr 24, 2009, 11:28:20 AM (14 years ago)
- Location:
- misc/tools/plotcsv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/tools/plotcsv/installer/plotcsv.nsi
r6480 r6897 1 1 !define PRODUCT_NAME "plotcsv" 2 !define PRODUCT_VERSION "0. 4"2 !define PRODUCT_VERSION "0.5" 3 3 !define ICON_FILE "plotcsv.ico" 4 4 -
misc/tools/plotcsv/plotcsv.py
r6896 r6897 624 624 title=self.txtTitle.GetValue(), 625 625 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! 627 628 self.Close(True) 628 629
Note: See TracChangeset
for help on using the changeset viewer.