Author: ib Date: Sun Feb 2 11:52:47 2014 New Revision: 36776 Log: Add a message box type "information".
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Added: trunk/gui/dialog/pixmaps/information.xpm Modified: trunk/gui/dialog/dialog.c trunk/gui/dialog/dialog.h trunk/gui/dialog/msgbox.c trunk/gui/dialog/msgbox.h trunk/help/help_mp-de.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Sat Feb 1 17:57:50 2014 (r36775) +++ trunk/help/help_mp-en.h Sun Feb 2 11:52:47 2014 (r36776) @@ -845,6 +845,7 @@ static const char help_text[]= #define MSGTR_MSGBOX_LABEL_FatalError "Fatal error" #define MSGTR_MSGBOX_LABEL_Error "Error" #define MSGTR_MSGBOX_LABEL_Warning "Warning" +#define MSGTR_MSGBOX_LABEL_Information "Information" // cfg.c #define MSGTR_UnableToSaveOption "Unable to save option '%s'.\n" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
