diff --git a/core/document.cpp b/core/document.cpp index 6530815b4..22976701e 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -140,8 +140,8 @@ bool KPDFDocument::openDocument( const QString & docFile, const KURL & url ) QString mimeName = mime->name(); if ( mimeName == "application/pdf" ) generator = new PDFGenerator( this ); - else if ( mimeName == "application/postscript" ) - kdError() << "PS generator not available" << endl; +// else if ( mimeName == "application/postscript" ) +// kdError() << "PS generator not available" << endl; else { kdWarning() << "Unknown mimetype '" << mimeName << "'." << endl; diff --git a/doc/index.docbook b/doc/index.docbook index 2a68fe267..b229ac618 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -22,7 +22,7 @@ &FDLNotice; - 2005-01-10 + 2005-02-20 1.0 @@ -37,7 +37,7 @@ Introduction &kpdf; is a &kde; PDF viewer based on xpdf code. Although being - based on xpdf code, &kpdf; has some unique feautures like continous + based on xpdf code, &kpdf; has some unique features like continuous mode, presentation support, etc. @@ -362,11 +362,11 @@ View - Continous + Continuous - Enables the continous page mode. + Enables the continuous page mode. @@ -437,7 +437,7 @@ - + The <guimenu>Settings</guimenu> Menu @@ -630,7 +630,7 @@ Enable transparency effects Draw selections and other special graphics using - transparency effets. Disable the option to draw them using + transparency effects. Disable the option to draw them using outline or opaque fill styles and increase speed on selections. @@ -645,9 +645,9 @@ Memory usage profiles - KPdf can acheive best performance by tuning the memory usage, based on your system and your tastes. + &kpdf; can achieve best performance by tuning the memory usage, based on your system and your tastes. The more memory you let it to use, the faster the program will behave. The Default profile is good - for every system, but you can prevent KPdf from using more memory than necessary by selecting the Low + for every system, but you can prevent &kpdf; from using more memory than necessary by selecting the Low profile, or let it get the most out of your system using Aggressive. @@ -706,7 +706,7 @@ Program Copyright: - Albert Astals Cidtsdgeos@yahoo.es Current mantainer + Albert Astals Cidtsdgeos@yahoo.es Current maintainer Christophe Devrieseoelewapperke@ulyssis.org Wilco Greven greven@kde.org Original author Enrico Roseros.kde@email.it Refactoring for 3.4