summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/menu.h')
-rw-r--r--Gui/mplayer/menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/mplayer/menu.h b/Gui/mplayer/menu.h
index 78e21acddf..4d4d1238a8 100644
--- a/Gui/mplayer/menu.h
+++ b/Gui/mplayer/menu.h
@@ -121,9 +121,9 @@ void mplMenuInit( void )
if ( ( mplMenuDrawBuffer = calloc( 1,appMPlayer.menuBase.Bitmap.ImageSize ) ) == NULL )
{
#ifdef DEBUG
- dbprintf( 1,langNEMFMR );
+ dbprintf( 1,MSGTR_NEMFMR );
#endif
- gtkMessageBox( langNEMFMR );
+ gtkMessageBox( MSGTR_NEMFMR );
return;
}