Ignore:
Timestamp:
2010-08-29T20:17:41+02:00 (14 years ago)
Author:
bastiK
Message:

fixed #5349 - A LOT of gpx tracks fill entire screen with popup information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Shortcut.java

    r3488 r3490  
    236236        for(Shortcut c : shortcuts.values())
    237237        {
    238             if(!c.shortText.equals("core:none"))
     238            if(!c.shortText.equals("core:none")) {
    239239                l.add(c);
     240            }
    240241        }
    241242        return l;
Note: See TracChangeset for help on using the changeset viewer.