Author: ib Date: Fri Mar 15 07:19:05 2013 New Revision: 35967 Log: Add a warning message about @locale in G_FILENAME_ENCODING.
Inform that setting G_BROKEN_FILENAMES or @locale in G_FILENAME_ENCODING (which has the same meaning, but takes priority) isn't supported. That is because of the gtk_disable_setlocale() call without which MPlayer might break. Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/gui/dialog/dialog.c trunk/help/help_mp-de.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Fri Mar 15 04:46:53 2013 (r35966) +++ trunk/help/help_mp-en.h Fri Mar 15 07:19:05 2013 (r35967) @@ -604,6 +604,7 @@ static const char help_text[]= #define MSGTR_IDFGCVD "Sorry, no GUI-compatible video output driver found.\n" #define MSGTR_NEEDLAVC "Sorry, you cannot play non-MPEG files with your DXR3/H+ device without reencoding.\nPlease enable lavc in the DXR3/H+ configuration box." #define MSGTR_ICONERROR "Icon '%s' (size %d) not found or unsupported format.\n" +#define MSGTR_LOCALE_ENCODING "@locale in G_FILENAME_ENCODING or G_BROKEN_FILENAMES isn't supported,\nencoding must be explicitly specified in G_FILENAME_ENCODING.\n" // --- skin loader error messages #define MSGTR_SKIN_ERRORMESSAGE "Error in skin config file on line %d: %s" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
