r15133 by cbradney - Add LCMS2 finder for CMake.. with guesses at names for now
scribus-commit
scribus-commit at lists.scribus.net
Fri May 28 19:30:37 CEST 2010
Revision: 15133
Author: cbradney
Date: 2010-05-28T17:25:53.848072Z
Commit message: Add LCMS2 finder for CMake.. with guesses at names for now
Changeset:
M /trunk/Scribus/scribus/ui/pdfopts.cpp
Diffs:
Index: scribus/ui/pdfopts.cpp
===================================================================
--- scribus/ui/pdfopts.cpp (revision 15132)
+++ scribus/ui/pdfopts.cpp (revision 15133)
@@ -125,6 +125,7 @@
// setMaximumSize( sizeHint() );
//tooltips
multiFile->setToolTip( "<qt>" + tr( "This enables exporting one individually named PDF file for each page in the document. Page numbers are added automatically. This is most useful for imposing PDF for commercial printing.") + "</qt>" );
+ openAfterExportCheckBox->setToolTip( "<qt>" + tr( "Open the exported PDF with the PDF viewer as set in External Tools preferences, when not exporting to a multi-file export destination.") + "</qt>" );
OK->setToolTip( "<qt>" + tr( "The save button will be disabled if you are trying to export PDF/X and the info string is missing from the PDF/X tab.") + "</qt>" );
// signals and slots connections
connect( FileC, SIGNAL( clicked() ), this, SLOT( ChangeFile() ) );
More information about the scribus-commit
mailing list