Index: Copy Handler/shortcuts.cpp =================================================================== diff -u -N -r3e1186252ab31f63d86d86c4b0ff593cfffbefde -r7d997aef1e72f049ed1bc199e1b765d737d9963a --- Copy Handler/shortcuts.cpp (.../shortcuts.cpp) (revision 3e1186252ab31f63d86d86c4b0ff593cfffbefde) +++ Copy Handler/shortcuts.cpp (.../shortcuts.cpp) (revision 7d997aef1e72f049ed1bc199e1b765d737d9963a) @@ -20,6 +20,10 @@ #include "stdafx.h" #include "shortcuts.h" +#ifdef _DEBUG +#define new DEBUG_NEW +#endif + bool CShortcut::FromString(const CString& strText) { int iPos=strText.ReverseFind(_T('|'));