Ignore:
Timestamp:
Aug 13, 2008, 10:33:58 PM (15 years ago)
Author:
dai
Message:

#188への対応。UserSettingディレクトリを廃止し、正規のユーザ空間ディレクトリを取り入れた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/ExtensionLink.h

    r625 r717  
    2121    ~CExtLink();
    2222
    23     void load(char *path);
    24     void save(char *path);
     23    void load( const std::string &path );
     24    void save( const std::string &path );
    2525
    2626    BOOL add(BOOL bReg,char *lpszExtension,char *lpszNote,BOOL bWindowsSearch,COLORREF tab_color);
Note: See TracChangeset for help on using the changeset viewer.