[MPlayer-cvslog] r20188 - trunk/mplayer.c
reimar
subversion at mplayerhq.hu
Thu Oct 12 20:15:07 CEST 2006
Author: reimar
Date: Thu Oct 12 20:15:07 2006
New Revision: 20188
Modified:
trunk/mplayer.c
Log:
10l, used MSGTR_Unknown instead of lang in mp_property_audio
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Thu Oct 12 20:15:07 2006
@@ -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;
More information about the MPlayer-cvslog
mailing list