summaryrefslogtreecommitdiff
path: root/textproc/kdiff3/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-05-10 15:57:53 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-05-10 15:57:53 +0000
commit7130c0c6cf360ae1a79a48e3b8561fb58d0f5f4f (patch)
treed47ff9a64bd68389ffbd6f389396eb462cf658f3 /textproc/kdiff3/files
parentChange the home directory of p4admin to /nonexistent because it is not needed. (diff)
Update to 0.9.95 for KDE4
Pass maintainership to brucec@ PR: based on ports/146158 Submitted by: brucec@ Approved by: Heiner Eichmann <h.eichmann at gmx.de> (former maintainer)
Diffstat (limited to 'textproc/kdiff3/files')
-rw-r--r--textproc/kdiff3/files/patch-src-mergeresultwindow.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/kdiff3/files/patch-src-mergeresultwindow.cpp b/textproc/kdiff3/files/patch-src-mergeresultwindow.cpp
deleted file mode 100644
index 7441307ecf94..000000000000
--- a/textproc/kdiff3/files/patch-src-mergeresultwindow.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mergeresultwindow.cpp.orig Sun Oct 29 18:42:07 2006
-+++ src/mergeresultwindow.cpp Sun Nov 5 13:56:47 2006
-@@ -3136,7 +3136,7 @@
-
- void WindowTitleWidget::slotSetModified( bool bModified )
- {
-- m_pModifiedLabel->setText( bModified ? i18n("[Modified]") : "" );
-+ m_pModifiedLabel->setText( bModified ? i18n("[Modified]") : QString("") );
- }
-
- bool WindowTitleWidget::eventFilter( QObject* o, QEvent* e )