changeset 20182:d6d52e8e2f03

10l, used MSGTR_Unknown instead of lang in mp_property_audio
author reimar
date Thu, 12 Oct 2006 18:15:07 +0000
parents f691ddd93296
children 36fe906c3234
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Thu Oct 12 18:10:45 2006 +0000
+++ b/mplayer.c	Thu Oct 12 18:15:07 2006 +0000
@@ -1816,7 +1816,7 @@
             }
 #endif
             *(char**)arg = malloc(64);
-            snprintf(*(char**)arg, 64, "(%d) %s", audio_id, MSGTR_Unknown);
+            snprintf(*(char**)arg, 64, "(%d) %s", audio_id, lang);
         }
         return 1;