Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
575b88cf
Commit
575b88cf
authored
Aug 12, 2012
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: MediaInfo: Clearly identify current/playing media info
parent
55fe0126
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
modules/gui/qt4/dialogs/mediainfo.cpp
modules/gui/qt4/dialogs/mediainfo.cpp
+4
-1
No files found.
modules/gui/qt4/dialogs/mediainfo.cpp
View file @
575b88cf
...
...
@@ -48,7 +48,10 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
{
isMainInputInfo
=
(
p_item
==
NULL
);
setWindowTitle
(
qtr
(
"Media Information"
)
);
if
(
isMainInputInfo
)
setWindowTitle
(
qtr
(
"Current Media Information"
)
);
else
setWindowTitle
(
qtr
(
"Media Information"
)
);
setWindowRole
(
"vlc-media-info"
);
setWindowFlags
(
Qt
::
Window
|
Qt
::
CustomizeWindowHint
|
Qt
::
WindowCloseButtonHint
);
...
...
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