Browse Source

Removed replacing ' with '' when saving in the properties window

Scott Brogden 7 years ago
parent
commit
6bb8400e37
1 changed files with 0 additions and 1 deletions
  1. 0 1
      CopyProperties.cpp

+ 0 - 1
CopyProperties.cpp

@@ -416,7 +416,6 @@ void CCopyProperties::LoadDataIntoCClip(CClip &Clip)
 	}
 
 	m_description.GetWindowText(Clip.m_Desc);
-	Clip.m_Desc.Replace(_T("'"), _T("''"));
 
 	m_QuickPasteText.GetWindowText(Clip.m_csQuickPaste);