summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-24 19:36:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-24 19:36:17 +0000
commitba0fc01e35c25d01725374c4e6d08c554add71e1 (patch)
tree65e80a6653b75b39f4ec16f66edb0890ac0ae7c5 /mplayer.c
parentb62dce57829a65090028d2eae3c9a7a46ea58d2c (diff)
downloadmpv-ba0fc01e35c25d01725374c4e6d08c554add71e1.tar.bz2
mpv-ba0fc01e35c25d01725374c4e6d08c554add71e1.tar.xz
printf -> mp_msg conversion, first steps
patch by The Wanderer <inverseparadox@comcast.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13123 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 568913c934..acc1315433 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -478,7 +478,7 @@ static void exit_player_with_rc(char* how, int rc){
current_module="exit_player";
- if(how) mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_Exiting,mp_gettext(how));
+ if(how) mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ExitingHow,mp_gettext(how));
mp_msg(MSGT_CPLAYER,MSGL_DBG2,"max framesize was %d bytes\n",max_framesize);
exit(rc);