From ef338f1187c7f4520be38c5c6b394f863cccb5d4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2014 22:49:28 +0900 Subject: 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. --- tdeprint/posterpreview.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tdeprint/posterpreview.cpp') 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 poster " - "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( "
" ).append( "
" ) ), p->font() ); richtext.adjustSize(); int x = ( width()-richtext.widthUsed() )/2, y = ( height()-richtext.height() )/2; -- cgit v1.2.1