diff options
Diffstat (limited to 'print/scribus/patches/patch-af')
-rw-r--r-- | print/scribus/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/scribus/patches/patch-af b/print/scribus/patches/patch-af deleted file mode 100644 index 4360410a3b1..00000000000 --- a/print/scribus/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1 2004/09/11 21:29:22 kristerw Exp $ - ---- scribus/plugins/pixmapexport/export.cpp.orig Sat Sep 11 22:53:07 2004 -+++ scribus/plugins/pixmapexport/export.cpp Sat Sep 11 22:58:30 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) |