From a5851fa5fe97fe66eacace7e579621e2cfb9816f Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 16 Jul 2005 21:30:30 +0000 Subject: Update to version 1.2.2.1. PR: 83161 Submitted by: KATO Tsuguru --- print/scribus-devel/files/patch-export.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 print/scribus-devel/files/patch-export.cpp (limited to 'print/scribus-devel/files/patch-export.cpp') diff --git a/print/scribus-devel/files/patch-export.cpp b/print/scribus-devel/files/patch-export.cpp deleted file mode 100644 index d08f176cda0a..000000000000 --- a/print/scribus-devel/files/patch-export.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- scribus/plugins/pixmapexport/export.cpp.orig Mon Jun 7 01:15:14 2004 -+++ scribus/plugins/pixmapexport/export.cpp Mon Jun 7 01:18:23 2004 -@@ -116,7 +116,7 @@ - QObject::tr("No"), - QObject::tr("Yes"), - // hack for multiple overwritting (petr) -- (single==TRUE) ? 0 : QObject::tr("Yes all"), -+ (single==TRUE) ? QString::null : QObject::tr("Yes all"), - 0, 0); - QApplication::setOverrideCursor(QCursor(Qt::WaitCursor)); - if (over == 1) -- cgit v1.2.3