Changeset 13783 in josm for trunk/src/org/openstreetmap/josm/actions/AboutAction.java
- Timestamp:
- 2018-05-18T09:39:33+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AboutAction.java
r13782 r13783 121 121 about.addTab(tr("Plugins"), new JScrollPane(PluginHandler.getInfoPanel())); 122 122 123 // Get the list of Launchpad contributors using customary msgid “translator-credits” 124 String translators = tr("translator-credits"); 125 if (translators != null && !translators.isEmpty() && !translators.equals("translator-credits")) { 126 about.addTab(tr("Translators"), createScrollPane(new JosmTextArea(translators))); 127 } 128 123 129 // Intermediate panel to allow proper optionPane resizing 124 130 JPanel panel = new JPanel(new GridBagLayout());
Note:
See TracChangeset
for help on using the changeset viewer.