Ignore:
Timestamp:
2010-02-12T20:01:55+01:00 (14 years ago)
Author:
bastiK
Message:

fixed #4502 - Photomapping pannel open just one time;
make tiger highlight color a little transparent (see #2381)

File:
1 edited

Legend:

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

    r2887 r2969  
    5050    protected ToggleDialogAction toggleAction;
    5151    protected String preferencePrefix;
     52    final protected String name;
    5253
    5354    /** DialogsPanel that manages all ToggleDialogs */
     
    100101        super(new BorderLayout());
    101102        this.preferencePrefix = iconName;
     103        this.name = name;
    102104
    103105        /** Use the full width of the parent element */
     
    516518        return "Dialog/"+help;
    517519    }
     520
     521    @Override
     522    public String toString() {
     523        return name;
     524    }
     525
    518526    /**
    519527     * Replies true if this dialog is showing either as docked or as detached dialog
Note: See TracChangeset for help on using the changeset viewer.