[MPlayer-cvslog] r36777 - trunk/gui/dialog/preferences.c

ib subversion at mplayerhq.hu
Sun Feb 2 11:54:37 CET 2014


Author: ib
Date: Sun Feb  2 11:54:37 2014
New Revision: 36777

Log:
Change the message box type.

It is just an information, that some settings require
the playback to be restarted, not a warning.

Modified:
   trunk/gui/dialog/preferences.c

Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c	Sun Feb  2 11:52:47 2014	(r36776)
+++ trunk/gui/dialog/preferences.c	Sun Feb  2 11:54:37 2014	(r36777)
@@ -1451,7 +1451,7 @@ void ShowPreferences( void )
   static int visible = True;
   if ( visible )
    {
-    gtkMessageBox( MSGBOX_WARNING,MSGTR_PREFERENCES_Message );
+    gtkMessageBox( MSGBOX_INFORMATION,MSGTR_PREFERENCES_Message );
     visible=False;
    }
  }


More information about the MPlayer-cvslog mailing list