Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
KolourPaint
Commits
32ab2886
Commit
32ab2886
authored
Jul 02, 2021
by
Luigi Toscano
Browse files
Fix terminology: MIME types
parent
13caa156
Changes
1
Show whitespace changes
Inline
Side-by-side
kolourpaint.cpp
View file @
32ab2886
...
...
@@ -90,7 +90,7 @@ int main(int argc, char *argv [])
cmdLine
.
addPositionalArgument
(
QStringLiteral
(
"files"
),
i18n
(
"Image files to open, optionally"
),
QStringLiteral
(
"[files...]"
));
aboutData
.
setupCommandLine
(
&
cmdLine
);
cmdLine
.
addOption
(
QCommandLineOption
(
"mimetypes"
,
i18n
(
"List all readable image M
imeT
ypes"
)));
cmdLine
.
addOption
(
QCommandLineOption
(
"mimetypes"
,
i18n
(
"List all readable image M
IME t
ypes"
)));
cmdLine
.
process
(
app
);
aboutData
.
processCommandLine
(
&
cmdLine
);
...
...
Write
Preview
Supports
Markdown
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