Commit fa601e3b authored by Andrey Filippov's avatar Andrey Filippov

Updated VDT documentation

parent 81b6ef67
icons/obj16/play_back_select.png

2.27 KB | W: | H:

icons/obj16/play_back_select.png

582 Bytes | W: | H:

icons/obj16/play_back_select.png
icons/obj16/play_back_select.png
icons/obj16/play_back_select.png
icons/obj16/play_back_select.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -582,11 +582,11 @@ public class DesignFlowView extends ViewPart implements ISelectionListener {
clearProjectStatesAction.setImageDescriptor(VDTPluginImages.DESC_ERASE);
clearStateFilesAction = new ClearStateFiles("Do you wisth to remove all state files (snapshots), but the current ones?",toolSequence);
clearStateFilesAction.setText("Clear all but latest snapshot files");
clearStateFilesAction.setText("Clear all but the latest snapshot files");
clearStateFilesAction.setImageDescriptor(VDTPluginImages.DESC_ERASE);
clearLogFilesAction = new ClearLogFiles("Do you wisth to remove all log files, but the most recent?",toolSequence);
clearLogFilesAction.setText("Clear all but latest log files");
clearLogFilesAction.setText("Clear all but the latest log files");
clearLogFilesAction.setImageDescriptor(VDTPluginImages.DESC_ERASE);
showLaunchConfigAction = new Action() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment