[MPlayer-DOCS] r35729 - in trunk: gui/wm/ws.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Thu Jan 10 16:24:39 CET 2013


Author: ib
Date: Thu Jan 10 16:24:39 2013
New Revision: 35729

Log:
Replace stderr output by mp_msg() error messages.

Additionally, enable translation of error text
and add doxygen comment.

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/gui/wm/ws.c
   trunk/help/help_mp-de.h

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Thu Jan 10 13:23:17 2013	(r35728)
+++ trunk/help/help_mp-en.h	Thu Jan 10 16:24:39 2013	(r35729)
@@ -848,6 +848,7 @@ static const char help_text[]=
 #define MSGTR_WS_NotEnoughMemoryDrawBuffer "[ws] Sorry, not enough memory to draw buffer.\n"
 #define MSGTR_WS_DpmsUnavailable "DPMS not available?\n"
 #define MSGTR_WS_DpmsNotEnabled "Could not enable DPMS.\n"
+#define MSGTR_WS_XError "[ws] An X11 Error has occurred!\n"
 
 // wsxdnd.c
 #define MSGTR_WS_NotAFile "This does not seem to be a file...\n"


More information about the MPlayer-DOCS mailing list