[MPlayer-dev-eng] [PATCH] multi language part 1/2
Ötvös Attila
dc at chello.hu
Tue Dec 9 14:51:01 CET 2008
Hi All!
This patch fixed some error (double " terminator in help_mp-de.h, MGSTR_*
changed to MSGTR_*) and removed MSGTR_* static string cat:
- mp_msg(MSGT_VFILTER,MSGL_INFO,MSGTR_OpeningVideoFilter "[%s]\n",str);
+ mp_msg(MSGT_VFILTER,MSGL_INFO,"%s[%s]\n",MSGTR_OpeningVideoFilter,str);
Best regards.
Attila
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 01-msg-correction.patch
Type: text/x-diff
Size: 53694 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20081209/cfeede8a/attachment.patch>
More information about the MPlayer-dev-eng
mailing list