Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
2e511403
Commit
2e511403
authored
Apr 26, 2005
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
parent
f9cebacf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/wxwindows/timer.cpp
modules/gui/wxwindows/timer.cpp
+2
-2
No files found.
modules/gui/wxwindows/timer.cpp
View file @
2e511403
...
@@ -135,7 +135,7 @@ void Timer::Notify()
...
@@ -135,7 +135,7 @@ void Timer::Notify()
char
*
psz_now_playing
=
vlc_input_item_GetInfo
(
char
*
psz_now_playing
=
vlc_input_item_GetInfo
(
p_intf
->
p_sys
->
p_input
->
input
.
p_item
,
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
)
if
(
psz_now_playing
&&
*
psz_now_playing
)
{
{
p_main_interface
->
statusbar
->
SetStatusText
(
p_main_interface
->
statusbar
->
SetStatusText
(
...
@@ -198,7 +198,7 @@ void Timer::Notify()
...
@@ -198,7 +198,7 @@ void Timer::Notify()
/* Update the item name */
/* Update the item name */
char
*
psz_now_playing
=
vlc_input_item_GetInfo
(
char
*
psz_now_playing
=
vlc_input_item_GetInfo
(
p_intf
->
p_sys
->
p_input
->
input
.
p_item
,
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
)
if
(
psz_now_playing
&&
*
psz_now_playing
)
{
{
p_main_interface
->
statusbar
->
SetStatusText
(
p_main_interface
->
statusbar
->
SetStatusText
(
...
...
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