r19268 by craig - Additional code for #11632, Chinese page numbering now works on page. OSX might not work due to QComboBox issue in Sections Doc setup.

scribus-commit scribus-commit at lists.scribus.net
Mon Jun 23 07:52:25 UTC 2014


Author: craig
Date: Mon Jun 23 07:52:25 2014
New Revision: 19268

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19268
Log:
Additional code for #11632, Chinese page numbering now works on page. OSX might not work due to QComboBox issue in Sections Doc setup.

Modified:
    trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp

Modified: trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19268&path=/trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp
==============================================================================
--- trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp (original)
+++ trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp Mon Jun 23 07:52:25 2014
@@ -3466,6 +3466,8 @@
 				newSection.type=Type_a_b_c;
 			if (type == "Type_A_B_C")
 				newSection.type=Type_A_B_C;
+			if (type == "Type_Chinese")
+				newSection.type=Type_Chinese;
 			if (type == "Type_None")
 				newSection.type=Type_None;
 			newSection.sectionstartindex = attrs.valueAsInt("Start");




More information about the scribus-commit mailing list