Changeset 657


Ignore:
Timestamp:
01/07/14 13:34:48 (10 years ago)
Author:
jts21
Message:

Remove tooltips when getting Template item

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Frame.java

    r655 r657  
    15961596                // need to get link first because copy doesnt copy the link
    15971597                t = t.copy();
     1598                t.setTooltip(null);
    15981599                if (link != null) {
    15991600                        t.setLink(null);
Note: See TracChangeset for help on using the changeset viewer.