[poppler] poppler/qt4/src: poppler-qt4.h,1.34.2.1,1.34.2.2

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Dec 27 04:40:42 PST 2006


Update of /cvs/poppler/poppler/qt4/src
In directory kemper:/tmp/cvs-serv5699/qt4/src

Modified Files:
      Tag: POPPLER_0_5_X
	poppler-qt4.h 
Log Message:
qt4/src/poppler-qt4.h: Remove , after last value of enum. Thanks to André Wöbbeking


Index: poppler-qt4.h
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-qt4.h,v
retrieving revision 1.34.2.1
retrieving revision 1.34.2.2
diff -u -d -r1.34.2.1 -r1.34.2.2
--- poppler-qt4.h	19 Nov 2006 13:17:13 -0000	1.34.2.1
+++ poppler-qt4.h	27 Dec 2006 12:40:40 -0000	1.34.2.2
@@ -444,7 +444,7 @@
 	    TwoColumnLeft, ///< Display the pages in two columns, with odd-numbered pages on the left
 	    TwoColumnRight, ///< Display the pages in two columns, with odd-numbered pages on the right
 	    TwoPageLeft, ///< Display the pages two at a time, with odd-numbered pages on the left
-	    TwoPageRight, ///< Display the pages two at a time, with odd-numbered pages on the right
+	    TwoPageRight ///< Display the pages two at a time, with odd-numbered pages on the right
 	};
 
 	/**



More information about the poppler mailing list