Ignore:
Timestamp:
Feb 12, 2011, 3:52:13 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

文字列のconst化など

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/abdev/RadToolsAndPropertyProc.cpp

    r796 r808  
    29942994                            if(pWindowInfo->childWindowInfos[MdiInfo[i]->MdiRadInfo->SelectingItem[0]]->image.IsFile()){
    29952995                                if((pWindowInfo->childWindowInfos[MdiInfo[i]->MdiRadInfo->SelectingItem[0]]->GetStyle()&0x000F)==SS_ICON){
    2996                                     extern LPSTR IconFileFilter;
     2996                                    extern const LPCSTR IconFileFilter;
    29972997                                    //"アイコン ファイルを指定して下さい"
    29982998                                    if(!GetFilePathDialog(hwnd,temporary,IconFileFilter,STRING_IMAGEBOXPROP_GETPATH_ICON,1)) return 1;
    29992999                                }
    30003000                                else if((pWindowInfo->childWindowInfos[MdiInfo[i]->MdiRadInfo->SelectingItem[0]]->GetStyle()&0x000F)==SS_BITMAP){
    3001                                     extern LPSTR BitmapFileFilter;
     3001                                    extern const LPCSTR BitmapFileFilter;
    30023002                                    //"ビットマップ ファイルを指定して下さい"
    30033003                                    if(!GetFilePathDialog(hwnd,temporary,BitmapFileFilter,STRING_IMAGEBOXPROP_GETPATH_BITMAP,1)) return 1;
Note: See TracChangeset for help on using the changeset viewer.