diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-07-16 21:30:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-07-16 21:30:30 +0000 |
commit | a5851fa5fe97fe66eacace7e579621e2cfb9816f (patch) | |
tree | 28c37d5ebc3591e825271abf497ad128846e6547 /print/scribus-devel/files/patch-export.cpp | |
parent | Update 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.cpp | 11 |
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) |