summaryrefslogtreecommitdiff
path: root/print/scribus/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'print/scribus/patches/patch-af')
-rw-r--r--print/scribus/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/scribus/patches/patch-af b/print/scribus/patches/patch-af
new file mode 100644
index 00000000000..4360410a3b1
--- /dev/null
+++ b/print/scribus/patches/patch-af
@@ -0,0 +1,13 @@
+$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)