replace calls to CString::Replace("c","") with calls to the much faster CString:...
commitcb489c6563cfb20284770786cdf036ef69f0afbd
authorSven Strickroth <email@cs-ware.de>
Fri, 5 Aug 2011 02:17:02 +0000 (5 04:17 +0200)
committerSven Strickroth <email@cs-ware.de>
Sat, 6 Aug 2011 01:49:01 +0000 (6 03:49 +0200)
treebd52ac056943940890c0244fe52d6f328cb56d35
parent0c71680532f6e24e097be9a471a59bd8bbdce3ef
replace calls to CString::Replace("c","") with calls to the much faster CString::Remove('c')

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/TortoiseMerge/BaseView.cpp
src/TortoiseMerge/Patch.cpp
src/TortoiseProc/AppUtils.cpp
src/TortoiseProc/EditPropertiesDlg.cpp
src/TortoiseProc/HistoryDlg.cpp
src/TortoiseProc/LogDlg.cpp
src/TortoiseProc/ProgressDlg.cpp
src/TortoiseProc/ProjectProperties.cpp
src/TortoiseProc/Settings/SetLookAndFeelPage.cpp
src/TortoiseProc/Settings/SetOverlayPage.cpp