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
Multimedia
Kdenlive
Commits
4cf79bb3
Commit
4cf79bb3
authored
Jan 15, 2022
by
Yuri Chornoivan
Browse files
Fix minor typo
parent
03c8c0bd
Pipeline
#123670
passed with stage
in 5 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/wizard.cpp
View file @
4cf79bb3
...
...
@@ -623,7 +623,7 @@ void Wizard::slotCheckPrograms(QString &infos, QString &warnings)
if
(
KdenliveSettings
::
mediainfopath
().
isEmpty
()
||
!
QFileInfo
::
exists
(
KdenliveSettings
::
mediainfopath
()))
{
program
=
QStandardPaths
::
findExecutable
(
QStringLiteral
(
"mediainfo"
));
if
(
program
.
isEmpty
())
{
infos
.
append
(
i18n
(
"<li>Missing app: <b>mediainfo</b><br/>optional for technical clip information/li>"
));
infos
.
append
(
i18n
(
"<li>Missing app: <b>mediainfo</b><br/>optional for technical clip information
<
/li>"
));
}
else
{
KdenliveSettings
::
setMediainfopath
(
program
);
}
...
...
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