Show
Ignore:
Timestamp:
11/20/07 23:45:14 (1 year ago)
Author:
daboo
Message:

Merge of win32-merge branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Sources_Common/Application/Preferences/CTextMacros.cp

    r19 r143  
    6666 
    6767// Change an item if not duplicate 
    68 bool CTextMacros::CTextMacros::Change(const cdstring& oldname, const cdstring& newname, const cdstring& macro) 
     68bool CTextMacros::Change(const cdstring& oldname, const cdstring& newname, const cdstring& macro) 
    6969{ 
    7070        // Try to find the old name - fail if it does not exist 
     
    9595 
    9696// Delete an item if not duplicate 
    97 bool CTextMacros::CTextMacros::Delete(const cdstring& name) 
     97bool CTextMacros::Delete(const cdstring& name) 
    9898{ 
    9999        // Try to find it - fail if it does not exist