[MPlayer-cvslog] CVS: main mp_msg.h,1.39,1.40
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Mar 27 08:59:02 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv29895
Modified Files:
mp_msg.h
Log Message:
Clarify which message levels should be translated.
Index: mp_msg.h
===================================================================
RCS file: /cvsroot/mplayer/main/mp_msg.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- mp_msg.h 25 Mar 2006 19:24:21 -0000 1.39
+++ mp_msg.h 27 Mar 2006 06:59:00 -0000 1.40
@@ -8,7 +8,8 @@
// verbosity elevel:
-// stuff from level MSGL_FATAL-MSGL_STATUS should be translated.
+/* Only messages level MSGL_FATAL-MSGL_STATUS should be translated,
+ * messages level MSGL_V and above should not be translated. */
#define MSGL_FATAL 0 // will exit/abort
#define MSGL_ERR 1 // continues
More information about the MPlayer-cvslog
mailing list