Changes between Version 12 and Version 13 of Help/Dialog/CommandStack


Ignore:
Timestamp:
2020-01-10T13:58:00+01:00 (6 years ago)
Author:
skyper
Comment:

some small adjustments

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/CommandStack

    v12 v13  
    1111== Usage ==
    1212
    13 This window can be used to spot mistakes during editing in JOSM and to undo/redo several actions at once
     13This window can be used to spot mistakes during editing in JOSM and to undo/redo several actions at once.
    1414
    1515== Control buttons ==
     
    2020
    2121=== Undo ===
    22 [[Image(source:/trunk/images/undo.svg,24,middle)]] **Undo** reverts all changes up to the currently selected action in the stack.
     22[[Image(source:/trunk/images/undo.svg,24,middle)]] **Undo** reverts all changes up to the currently selected action in the stack including the selected one.
    2323
    2424=== Redo ===
    25 [[Image(source:/trunk/images/redo.svg,24,middle)]] **Redo** reapplies all previously reverted actions up to the currently selected action in the stack.
     25[[Image(source:/trunk/images/redo.svg,24,middle)]] **Redo** reapplies all previously reverted changes down to the currently selected action in the stack including the selected one.
    2626
    2727== See also ==