Ignore:
Timestamp:
2009-07-15T17:22:56+02:00 (15 years ago)
Author:
Gubaer
Message:

Relation Editor: complete rework
Relation Editor: had to temporarily remove code for "link information" and "sorting"
IO Subsystem: clean up in exception handling
some cosmetics

File:
1 edited

Legend:

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

    r1247 r1790  
    1818        super(action);
    1919        doStyle();
    20         setText(null);
    2120    }
    2221
     
    4645        {
    4746            shortcut.setMnemonic(this);
    48             if(tooltip != null)
     47            if(tooltip != null) {
    4948                tooltip = Main.platform.makeTooltip(tooltip, shortcut);
     49            }
    5050        }
    5151        setup(name, property, tooltip, actionListener);
Note: See TracChangeset for help on using the changeset viewer.