summaryrefslogtreecommitdiff
path: root/print/scribus-devel/files/patch-export.cpp
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-07-16 21:30:30 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-07-16 21:30:30 +0000
commita5851fa5fe97fe66eacace7e579621e2cfb9816f (patch)
tree28c37d5ebc3591e825271abf497ad128846e6547 /print/scribus-devel/files/patch-export.cpp
parentUpdate to 4.0.3 (diff)
Update to version 1.2.2.1.
PR: 83161 Submitted by: KATO Tsuguru <tkato432 (at) yahoo.com>
Notes
Notes: svn path=/head/; revision=139365
Diffstat (limited to 'print/scribus-devel/files/patch-export.cpp')
-rw-r--r--print/scribus-devel/files/patch-export.cpp11
1 files changed, 0 insertions, 11 deletions
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)