[MPlayer-cvslog] CVS: main/input input.c,1.122,1.123

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Oct 18 13:11:27 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv13114/input

Modified Files:
	input.c 
Log Message:
Make a few more messages translatable by moving them into help_mp-en.h.
patch by Paul TT < paultt == at == hackerjournal == dot == it >


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- input.c	15 Sep 2005 10:25:43 -0000	1.122
+++ input.c	18 Oct 2005 11:11:24 -0000	1.123
@@ -21,6 +21,7 @@
 #include "../osdep/keycodes.h"
 #include "../osdep/timer.h"
 #include "../mp_msg.h"
+#include "../help_mp.h"
 #include "../m_config.h"
 #include "../m_option.h"
 
@@ -833,7 +834,7 @@
     cmd = mp_input_find_bind_for_key(def_cmd_binds,n,keys);
 
   if(cmd == NULL) {
-    mp_msg(MSGT_INPUT,MSGL_WARN,"No bind found for key %s",mp_input_get_key_name(keys[0]));
+    mp_msg(MSGT_INPUT,MSGL_WARN,MSGTR_NoBindFound,mp_input_get_key_name(keys[0]));
     if(n > 1) {
       int s;
       for(s=1; s < n; s++)




More information about the MPlayer-cvslog mailing list