]> git.sesse.net Git - vlc/commitdiff
* Fix Artist/Author info in playlist
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 5 Aug 2004 21:32:32 +0000 (21:32 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 5 Aug 2004 21:32:32 +0000 (21:32 +0000)
modules/gui/macosx/playlist.m

index 984b18731dc6c5ba03386c876ad7c70eb0880821..84598a7d1ad3fdaf3fd7117726882f4b9534c779 100644 (file)
@@ -880,7 +880,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
     {
         char *psz_temp;
         vlc_mutex_lock( &p_playlist->object_lock );
-        psz_temp = playlist_GetInfo( p_playlist, i_row ,_("General"),_("Author") );
+        psz_temp = playlist_GetInfo( p_playlist, i_row ,_("Meta-information"),_("Artist") );
         vlc_mutex_unlock( &p_playlist->object_lock );
 
         if( psz_temp == NULL )