diff Gui/mplayer/menu.h @ 1884:d21f8afc7680

add to multi lang support
author pontscho
date Wed, 12 Sep 2001 15:08:53 +0000
parents a6c67352ccac
children 83291fafe66c
line wrap: on
line diff
--- a/Gui/mplayer/menu.h	Wed Sep 12 09:59:17 2001 +0000
+++ b/Gui/mplayer/menu.h	Wed Sep 12 15:08:53 2001 +0000
@@ -121,9 +121,9 @@
  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;
   }