- Timestamp:
- 11/08/10 03:00:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/EnhancedChart.Designer.cs
r4654 r4739 78 78 // saveFileDialog 79 79 // 80 this.saveFileDialog.Filter = " \"Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF " +80 this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF " + 81 81 "(*.gif)|*.gif|TIFF (*.tif)|*.tif\""; 82 82 this.saveFileDialog.FilterIndex = 2;
Note: See TracChangeset
for help on using the changeset viewer.