Ignore:
Timestamp:
2006-04-21T20:05:14+02:00 (20 years ago)
Author:
imi
Message:
  • fixed that toggle dialog buttons are sync with the dialogs
  • added search for timestamp (e.g. timestamp:06-3-25)
File:
1 edited

Legend:

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

    r80 r90  
    2222                setText(null);
    2323
    24                 // Tooltip
    25                 String toolTipText = "";
    2624                Object o = action.getValue(Action.SHORT_DESCRIPTION);
    2725                if (o != null)
    28                         toolTipText = o.toString();
    29                 setToolTipText(toolTipText);
     26                        setToolTipText(o.toString());
    3027               
    3128                action.addPropertyChangeListener(this);
Note: See TracChangeset for help on using the changeset viewer.