Changeset 31499 in osm for applications/editors
- Timestamp:
- 2015-08-14T00:29:45+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FilterPanel.java
r31498 r31499 292 292 JOptionPane.showMessageDialog( 293 293 Main.parent, 294 tr("JSlider initialization 'serror. Make sure your meta-inf is correct."),294 tr("JSlider initialization error. Make sure your meta-inf is correct."), 295 295 tr("Error"), 296 296 JOptionPane.ERROR_MESSAGE); 297 298 297 } 299 300 298 } 301 299 … … 318 316 this.neededHeight = neededHeight; 319 317 } 320 321 318 }
Note:
See TracChangeset
for help on using the changeset viewer.