Ignore:
Timestamp:
2006-09-24T11:15:39+02:00 (18 years ago)
Author:
imi
Message:
  • added External Tool support (no gui configuration yet)
  • applied patch for bug that Save action does not set filename (thanks Dean)
  • fixed case sensitiveness of search tool (now insensitive, like google)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/MapStatus.java

    r113 r142  
    174174                                        }
    175175                                } catch (ConcurrentModificationException x) {
     176                                } catch (NullPointerException x) {
    176177                                }
    177178                        }
Note: See TracChangeset for help on using the changeset viewer.