Changeset 36149 in osm for applications
- Timestamp:
- 2023-09-20T18:11:44+02:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geochat/src/org/openstreetmap/josm/plugins/geochat/GeoChatPanel.java
r36147 r36149 68 68 */ 69 69 public GeoChatPanel() { 70 super(tr("GeoChat"), " org/openstreetmap/josm/plugins/geochat", tr("Open GeoChat panel"), null, 200, true);70 super(tr("GeoChat"), "geochat", tr("Open GeoChat panel"), null, 200, true); 71 71 72 72 noData = new JLabel(tr("Zoom in to see messages"), SwingConstants.CENTER);
Note:
See TracChangeset
for help on using the changeset viewer.