Changeset 26530 in osm for applications/editors/josm/plugins/FastDraw/src/org
- Timestamp:
- 2011-08-12T00:38:08+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawConfigDialog.java
r26468 r26530 30 30 JLabel label2=new JLabel(tr("Starting Epsilon")); 31 31 JLabel label3=new JLabel(tr("Max points count per 1 km")); 32 JLabel label4=new JLabel(tr("Enter key mode")); 32 JLabel label4=new JLabel(/* I18n: Combobox to select what a press to return key does */ tr("Enter key mode")); 33 33 JFormattedTextField text1=new JFormattedTextField(NumberFormat.getInstance()); 34 34 JFormattedTextField text2=new JFormattedTextField(NumberFormat.getInstance());
Note:
See TracChangeset
for help on using the changeset viewer.