diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
tree | ad3f495c08f0cc331b6958d319f699d021175c19 /print/scribus-devel/files/patch-export.cpp | |
parent | 0d9507efb9d902ba8e7fafa90edd7893d2f8db19 (diff) |
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) |