mirror of https://github.com/mpv-player/mpv
Translate up to MSGL_STATUS so all normal output is translated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13366 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d020ef92c5
commit
bc24d6794a
2
mp_msg.h
2
mp_msg.h
|
@ -6,7 +6,7 @@ extern int verbose; // defined in mplayer.c
|
|||
|
||||
// verbosity elevel:
|
||||
|
||||
// stuff from level MSGL_FATAL-MSGL_HINT should be translated.
|
||||
// stuff from level MSGL_FATAL-MSGL_STATUS should be translated.
|
||||
|
||||
#define MSGL_FATAL 0 // will exit/abort
|
||||
#define MSGL_ERR 1 // continues
|
||||
|
|
Loading…
Reference in New Issue