Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
VLC
Commits
2e511403
Commit
2e511403
authored
Apr 26, 2005
by
Laurent Aimar
Browse files
* timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
parent
f9cebacf
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/timer.cpp
View file @
2e511403
...
...
@@ -135,7 +135,7 @@ void Timer::Notify()
char
*
psz_now_playing
=
vlc_input_item_GetInfo
(
p_intf
->
p_sys
->
p_input
->
input
.
p_item
,
_
(
"Meta-information"
),
_
(
"Now Playing"
)
);
_
(
"Meta-information"
),
_
(
VLC_META_NOW_PLAYING
)
);
if
(
psz_now_playing
&&
*
psz_now_playing
)
{
p_main_interface
->
statusbar
->
SetStatusText
(
...
...
@@ -198,7 +198,7 @@ void Timer::Notify()
/* Update the item name */
char
*
psz_now_playing
=
vlc_input_item_GetInfo
(
p_intf
->
p_sys
->
p_input
->
input
.
p_item
,
_
(
"Meta-information"
),
_
(
"Now Playing"
)
);
_
(
"Meta-information"
),
_
(
VLC_META_NOW_PLAYING
)
);
if
(
psz_now_playing
&&
*
psz_now_playing
)
{
p_main_interface
->
statusbar
->
SetStatusText
(
...
...
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