Changeset 9236 in osm for applications/editors
- Timestamp:
- 2008-07-22T12:31:39+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/namefinder/namefinder/PlaceSelection.java
r9116 r9236 164 164 { 165 165 String searchtext = searchTerm.getText(); 166 if(searchtext. isEmpty())166 if(searchtext.length()==0) 167 167 { 168 168 JOptionPane.showMessageDialog(Main.parent,tr("Please enter a search string"));
Note:
See TracChangeset
for help on using the changeset viewer.