From 00193abf3b3f29cd0db4cafbdfd8e0b2c75bd487 Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Fri, 1 Feb 2002 17:05:27 +0000 Subject: [PATCH] added tags to a text field svn path=/trunk/kdegraphics/kdvi/; revision=134935 --- dviwin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dviwin.cpp b/dviwin.cpp index 9887c1e44..66e38de0a 100644 --- a/dviwin.cpp +++ b/dviwin.cpp @@ -464,8 +464,8 @@ bool dviWindow::setFile(QString fname, QString ref, bool sourceMarker) QString mimetype( KMimeMagic::self()->findFileType( fname )->mimeType() ); if (mimetype != "application/x-dvi") { KMessageBox::sorry( this, - i18n( "Could not open file %1 which has " - "type %2. KDVI can only load DVI (.dvi) files." ) + i18n( "Could not open file %1 which has " + "type %2. KDVI can only load DVI (.dvi) files." ) .arg( fname ) .arg( mimetype ) ); return false;