diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 18:29:07 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 18:29:07 +0000 |
| commit | 2decae9e93fb5811d8a953d7873ce53b3c3f1ea7 (patch) | |
| tree | 3e3b2811cf4eae17869aaa5a53ae86c7d2e8ba5c /textproc/kdiff3/files | |
| parent | - Update to version 2.4.5. (diff) | |
- Update to 0.9.91
PR: ports/105146
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
Diffstat (limited to 'textproc/kdiff3/files')
| -rw-r--r-- | textproc/kdiff3/files/patch-src-mergeresultwindow.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/kdiff3/files/patch-src-mergeresultwindow.cpp b/textproc/kdiff3/files/patch-src-mergeresultwindow.cpp new file mode 100644 index 000000000000..7441307ecf94 --- /dev/null +++ b/textproc/kdiff3/files/patch-src-mergeresultwindow.cpp @@ -0,0 +1,11 @@ +--- 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 ) |
