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
878737ae
Commit
878737ae
authored
Dec 02, 2016
by
Joseph Joshua
Committed by
Vincent Pinon
Dec 06, 2016
Browse files
Fix the label of the progress dialog when loading a new project
BUG: 369211
Signed-off-by:
Vincent Pinon
<
vpinon@kde.org
>
parent
d945f873
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/project/projectmanager.cpp
View file @
878737ae
...
...
@@ -524,7 +524,7 @@ void ProjectManager::doOpenFile(const QUrl &url, KAutoSaveFile *stale)
m_progressDialog
=
new
QProgressDialog
(
pCore
->
window
());
m_progressDialog
->
setWindowTitle
(
i18n
(
"Loading project"
));
m_progressDialog
->
setCancelButton
(
0
);
m_progressDialog
->
setLabelText
(
i18n
(
"Loading p
laylis
t"
));
m_progressDialog
->
setLabelText
(
i18n
(
"Loading p
rojec
t"
));
m_progressDialog
->
setMaximum
(
0
);
m_progressDialog
->
show
();
bool
openBackup
;
...
...
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