[MPlayer-cvslog] r36658 - in trunk: gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Mon Jan 20 15:21:58 CET 2014


Author: ib
Date: Mon Jan 20 15:21:58 2014
New Revision: 36658

Log:
Improve the dialog for subtitle encodings with iconv.

Add MSGTR_PREFERENCES_DefaultEnc.

This allows more proper translation.

Modified:
   trunk/gui/dialog/preferences.c

Changes in other areas also in this revision:
Modified:
   trunk/help/help_mp-de.h
   trunk/help/help_mp-en.h

Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c	Mon Jan 20 15:07:09 2014	(r36657)
+++ trunk/gui/dialog/preferences.c	Mon Jan 20 15:21:58 2014	(r36658)
@@ -788,7 +788,7 @@ static GtkWidget * CreatePreferences( vo
   CBSubEncoding=gtk_combo_new();
   gtk_widget_show( CBSubEncoding );
   gtk_box_pack_start( GTK_BOX( vbox10 ),CBSubEncoding,TRUE,FALSE,0 );
-  CBSubEncoding_items=g_list_append( CBSubEncoding_items,MSGTR_PREFERENCES_None );
+  CBSubEncoding_items=g_list_append( CBSubEncoding_items,MSGTR_PREFERENCES_DefaultEnc );
   {
    int i;
    iconv_t cd;


More information about the MPlayer-cvslog mailing list