Changeset 9236 in osm


Ignore:
Timestamp:
2008-07-22T12:31:39+02:00 (16 years ago)
Author:
frederik
Message:

fix java 1.6ism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/namefinder/namefinder/PlaceSelection.java

    r9116 r9236  
    164164                                {
    165165                                        String searchtext = searchTerm.getText();
    166                                         if(searchtext.isEmpty())
     166                                        if(searchtext.length()==0)
    167167                                        {
    168168                                                JOptionPane.showMessageDialog(Main.parent,tr("Please enter a search string"));
Note: See TracChangeset for help on using the changeset viewer.