r15091 by jghali - #9108: PDF bookmark adds reverse slash in front of bracket

scribus-commit scribus-commit at lists.scribus.net
Thu May 20 00:20:44 CEST 2010


Revision: 15091
Author: jghali
Date: 2010-05-19T22:19:28.066437Z
Commit message: #9108: PDF bookmark adds reverse slash in front of bracket

Changeset: 
M  /trunk/Scribus/scribus/pdflib_core.cpp

Diffs:
Index: scribus/pdflib_core.cpp
===================================================================
--- scribus/pdflib_core.cpp	(revision 15090)
+++ scribus/pdflib_core.cpp	(revision 15091)
@@ -9756,7 +9756,7 @@
 		while (*it)
 		{
 			ip = (BookMItem*)(*it);
-			QString encText = ip->Title;
+			QString encText = ip->text(0);
 			Inhal  = QString::number(ip->ItemNr+Basis)+ " 0 obj\n";
 			Inhal += "<<\n/Title "+EncStringUTF16("("+encText+")", ip->ItemNr+Basis)+"\n";
 			if (ip->Pare == 0)




More information about the scribus-commit mailing list