Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
378ed656
Commit
378ed656
authored
Jun 15, 2018
by
Emmanuel Promayon
Browse files
FIXED propery name mispelling (causing extra empty line in history saving)
parent
771b82e2
Changes
1
Show whitespace changes
Inline
Side-by-side
sdk/actions/application/OpenFile.cpp
View file @
378ed656
...
...
@@ -59,7 +59,7 @@ OpenFile::OpenFile (ActionExtension* extension) : Action (extension) {
getQAction
()
->
setShortcutContext
(
Qt
::
ApplicationShortcut
);
// the unique property is the filename
Property
*
fileNameProperty
=
new
Property
(
tr
(
"File
n
ame"
),
""
,
tr
(
"The name of the file to open."
),
""
);
Property
*
fileNameProperty
=
new
Property
(
tr
(
"File
N
ame"
),
""
,
tr
(
"The name of the file to open."
),
""
);
addParameter
(
fileNameProperty
);
// lazy instanciation
...
...
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