summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-12 15:08:53 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-12 15:08:53 +0000
commitfdf4a82029cf9e49e275101175c417b903e16b58 (patch)
treeece8eb0a50e87875bde12c534690e54e447dfe56 /Gui/mplayer/mplayer.c
parent6a8ef38e092fff64227df74d342a0bec0fd65eab (diff)
downloadmpv-fdf4a82029cf9e49e275101175c417b903e16b58.tar.bz2
mpv-fdf4a82029cf9e49e275101175c417b903e16b58.tar.xz
add to multi lang support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1885 b3059339-0415-0410-9bf9-f77b7e298cf2
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 );
}