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
Libraries
Phonon VLC
Commits
0547b64a
Commit
0547b64a
authored
Mar 23, 2011
by
Alexander Potashev
Browse files
fix typo: you VLC->your VLC
Patch by Yuri Chornoivan
parent
c9662035
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc/backend.cpp
View file @
0547b64a
...
...
@@ -99,7 +99,7 @@ Backend::Backend(QObject *parent, const QVariantList &)
msg
.
setWindowTitle
(
tr
(
"LibVLC failed to initialize"
));
msg
.
setText
(
tr
(
"Phonon's VLC backend failed to start."
"
\n\n
"
"This usually means a problem with you VLC installation,"
"This usually means a problem with you
r
VLC installation,"
" please report a bug with your distributor."
));
msg
.
setDetailedText
(
LibVLC
::
errorMessage
());
msg
.
exec
();
...
...
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