Skip to content
GitLab
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
d5ed0a48
Commit
d5ed0a48
authored
Jul 22, 2022
by
Jean-Baptiste Mardelle
Browse files
Better phrasing for project load error
parent
ca8c396d
Pipeline
#207634
passed with stage
in 7 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/project/projectmanager.cpp
View file @
d5ed0a48
...
...
@@ -1065,7 +1065,7 @@ bool ProjectManager::updateTimeline(int pos, const QString &chunks, const QStrin
&
projectErrors
))
{
// TODO: act on project load failure
qDebug
()
<<
"// Project failed to load!!"
;
requestBackup
(
i18n
(
"Project file is corrupted
(no
tracks
)
. Try to find a backup file?"
));
requestBackup
(
i18n
(
"Project file is corrupted
- failed to load
tracks. Try to find a backup file?"
));
return
false
;
}
// Free memory used by original playlist
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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