Changeset 15801 in josm
- Timestamp:
- 2020-01-30T12:48:42+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r15737 r15801 1659 1659 } 1660 1660 1661 /** 1662 * Returns the text. Useful for logging in {@link HelpAwareOptionPane#showOptionDialog} 1663 * @return the text 1664 */ 1665 @Override 1666 public String toString() { 1667 return Utils.stripHtml(lblMessage.getText()); 1668 } 1669 1661 1670 public void initDontShowAgain(String preferencesKey) { 1662 1671 String policy = Config.getPref().get(preferencesKey, "ask");
Note:
See TracChangeset
for help on using the changeset viewer.