summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/mplayer.c')
-rw-r--r--Gui/mplayer/mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/mplayer/mplayer.c b/Gui/mplayer/mplayer.c
index 751f3d315a..4c90b8ff53 100644
--- a/Gui/mplayer/mplayer.c
+++ b/Gui/mplayer/mplayer.c
@@ -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 @@ void mplInit( int argc,char* argv[], char *envp[], void* disp )
if ( ( mplDrawBuffer = (unsigned char *)calloc( 1,appMPlayer.main.Bitmap.ImageSize ) ) == NULL )
{
- fprintf( stderr,langNEMDB );
+ fprintf( stderr,MSGTR_NEMDB );
exit( 0 );
}