- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/Application/Preferences/CTextMacros.cp
r19 r143 66 66 67 67 // Change an item if not duplicate 68 bool CTextMacros::C TextMacros::Change(const cdstring& oldname, const cdstring& newname, const cdstring& macro)68 bool CTextMacros::Change(const cdstring& oldname, const cdstring& newname, const cdstring& macro) 69 69 { 70 70 // Try to find the old name - fail if it does not exist … … 95 95 96 96 // Delete an item if not duplicate 97 bool CTextMacros:: CTextMacros::Delete(const cdstring& name)97 bool CTextMacros::Delete(const cdstring& name) 98 98 { 99 99 // Try to find it - fail if it does not exist