ports/textproc/kdiff3/files/patch-src-mergeresultwindow.cpp
Martin Wilke 2decae9e93 - Update to 0.9.91
PR:		ports/105146
Submitted by:	Heiner <h.eichmann@gmx.de> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 18:29:07 +00:00

11 lines
417 B
C++

--- 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 )