Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
14440202
Commit
14440202
authored
Jun 24, 2008
by
Jean-Baptiste Kempf
Browse files
Force dialog to be shown when automatic updates are made.
parent
fd2c554d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/help.cpp
View file @
14440202
...
...
@@ -292,6 +292,9 @@ void UpdateDialog::updateNotify( bool b_result )
updateButton
->
setText
(
"Download"
);
updateLabel
->
setText
(
qtr
(
"There is a new version of VLC :
\n
"
)
+
qfu
(
p_release
->
psz_desc
)
);
/* Force the dialog to be shown */
this
->
show
();
}
else
updateLabel
->
setText
(
qtr
(
"You have the latest version of VLC"
)
);
...
...
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