Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
fa601e3b
Commit
fa601e3b
authored
Mar 14, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated VDT documentation
parent
81b6ef67
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
play_back_select.png
icons/obj16/play_back_select.png
+0
-0
DesignFlowView.java
src/com/elphel/vdt/ui/views/DesignFlowView.java
+2
-2
No files found.
icons/obj16/play_back_select.png
View replaced file @
81b6ef67
View file @
fa601e3b
2.27 KB
|
W:
|
H:
582 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
src/com/elphel/vdt/ui/views/DesignFlowView.java
View file @
fa601e3b
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment