mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
PR: ports/105146 Submitted by: Heiner <h.eichmann@gmx.de> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
11 lines
417 B
C++
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 )
|