diff Gui/mplayer/mplayer.c @ 1884:d21f8afc7680

add to multi lang support
author pontscho
date Wed, 12 Sep 2001 15:08:53 +0000
parents 32b1bb50a0e8
children 0653e90b3118
line wrap: on
line diff
--- a/Gui/mplayer/mplayer.c	Wed Sep 12 09:59:17 2001 +0000
+++ b/Gui/mplayer/mplayer.c	Wed Sep 12 15:08:53 2001 +0000
@@ -13,10 +13,10 @@
 #include "../wm/widget.h"
 #include "../bitmap/bitmap.h"
 #include "../timer.h"
-#include "../language.h"
 #include "../error.h"
 
 #include "../../config.h"
+#include "../../help_mp.h"
 #include "../../libvo/x11_common.h"
 
 #define mplMouseTimerConst  10
@@ -68,7 +68,7 @@
 
  if ( ( mplDrawBuffer = (unsigned char *)calloc( 1,appMPlayer.main.Bitmap.ImageSize ) ) == NULL )
   {
-   fprintf( stderr,langNEMDB );
+   fprintf( stderr,MSGTR_NEMDB );
    exit( 0 );
   }