]> git.sesse.net Git - vlc/commitdiff
* timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
authorLaurent Aimar <fenrir@videolan.org>
Tue, 26 Apr 2005 07:24:39 +0000 (07:24 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 26 Apr 2005 07:24:39 +0000 (07:24 +0000)
modules/gui/wxwindows/timer.cpp

index 4d3c5a2d6a242115fe0bda8ce43526d140a675bb..d4617817a2164e6846b2e8a7025d0c649e969f7d 100644 (file)
@@ -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(