diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-22 22:49:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-22 22:49:28 +0900 |
commit | ef338f1187c7f4520be38c5c6b394f863cccb5d4 (patch) | |
tree | baba1aa76b39b2bcbb591208f2b65e73096fd305 /tdeprint/posterpreview.cpp | |
parent | ee90275a69840647dccfcde9cec96121d38db13d (diff) | |
download | tdelibs-ef338f1187c7f4520be38c5c6b394f863cccb5d4.tar.gz tdelibs-ef338f1187c7f4520be38c5c6b394f863cccb5d4.zip |
Removes references to printing.kde.org in tdeprint.
Then remove "Documentation" button from tdeprint config module, since the
help handbook is available through the help button already.
This relates to bug 1846.
Diffstat (limited to 'tdeprint/posterpreview.cpp')
-rw-r--r-- | tdeprint/posterpreview.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tdeprint/posterpreview.cpp b/tdeprint/posterpreview.cpp index cb66fe469..80f9b1f81 100644 --- a/tdeprint/posterpreview.cpp +++ b/tdeprint/posterpreview.cpp @@ -113,8 +113,7 @@ void PosterPreview::drawContents( TQPainter *painter ) if ( m_rows <= 0 || m_cols <= 0 || m_pw <= 0 || m_ph <= 0 ) { TQString txt = i18n( "Poster preview not available. Either the <b>poster</b> " - "executable is not properly installed, or you don't have " - "the required version; available at http://printing.kde.org/downloads/." ); + "executable is not properly installed, or you don't have the required version" ); TQSimpleRichText richtext( ( m_buffer.isEmpty() ? txt : m_buffer.prepend( "<pre>" ).append( "</pre>" ) ), p->font() ); richtext.adjustSize(); int x = ( width()-richtext.widthUsed() )/2, y = ( height()-richtext.height() )/2; |