diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-19 08:50:51 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-19 08:50:51 +0000 |
| commit | ca1341bb7b916f55e2897933d8c38a156dd97864 (patch) | |
| tree | 33a44c50a3ce303343cf0826cd6a8a2229071524 /textproc/kdiff3/files | |
| parent | added SIZE (diff) | |
Update to 0.9.83
PR: 64203
Submitted by: maintainer
Diffstat (limited to 'textproc/kdiff3/files')
| -rw-r--r-- | textproc/kdiff3/files/patch-src-directorymergewindow.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/kdiff3/files/patch-src-directorymergewindow.cpp b/textproc/kdiff3/files/patch-src-directorymergewindow.cpp deleted file mode 100644 index d2be5585f4bc..000000000000 --- a/textproc/kdiff3/files/patch-src-directorymergewindow.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/directorymergewindow.cpp.orig Fri Oct 3 18:32:57 2003 -+++ src/directorymergewindow.cpp Fri Oct 3 18:33:00 2003 -@@ -863,7 +863,7 @@ - - mfi.m_subPath = mfi.m_fileInfoA.exists() ? mfi.m_fileInfoA.filePath() : - mfi.m_fileInfoB.exists() ? mfi.m_fileInfoB.filePath() : -- mfi.m_fileInfoC.exists() ? mfi.m_fileInfoC.filePath() : ""; -+ mfi.m_fileInfoC.exists() ? mfi.m_fileInfoC.filePath() : QString(""); - - g_pProgressDialog->setInformation( - "Processing " + QString::number(currentIdx) +" / "+ QString::number(nrOfFiles) |
