Changeset 1378 in josm for trunk/src/org
- Timestamp:
- 2009-02-07T23:30:01+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/RelationEditor.java
r1376 r1378 413 413 bothTables.add(buttonPanel, GBC.eop().fill(GBC.HORIZONTAL)); 414 414 415 tabPane.add(bothTables, "Basic");415 tabPane.add(bothTables, tr("Basic")); 416 416 417 417 refreshTables();
Note:
See TracChangeset
for help on using the changeset viewer.