Changeset 2005 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/CommandStackDialog.java
- Timestamp:
- 2009-08-29T15:51:00+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/CommandStackDialog.java
r1750 r2005 62 62 private void buildList() { 63 63 if(Main.main.undoRedo.commands.size() != 0) { 64 setTitle(tr("Command Stack: {0}", Main.main.undoRedo.commands.size()) , true);64 setTitle(tr("Command Stack: {0}", Main.main.undoRedo.commands.size())); 65 65 } else { 66 setTitle(tr("Command Stack") , false);66 setTitle(tr("Command Stack")); 67 67 } 68 68 if (Main.map == null || Main.map.mapView == null || Main.map.mapView.getEditLayer() == null)
Note:
See TracChangeset
for help on using the changeset viewer.
