Ignore:
Timestamp:
May 19, 2008, 6:17:02 PM (16 years ago)
Author:
dai_9181
Message:

Projectクラスをリファクタリング中。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/FileTree.cpp

    r618 r620  
    2626            //絶対パス、相対パスを表示
    2727            lstrcpy(temporary,path);
    28             GetFullPath(temporary,projectInfo.dir);
     28            lstrcpy( temporary, projectInfo.GetWorkDir().GetFullPath( temporary ).c_str() );
    2929            SetDlgItemText(hwnd,IDC_USING_FILE,temporary);
    3030            SetDlgItemText(hwnd,IDC_DEFINED_FILE,path);
     
    110110
    111111                    lstrcpy(temporary,path);
    112                     GetFullPath(temporary,projectInfo.dir);
     112                    lstrcpy( temporary, projectInfo.GetWorkDir().GetFullPath( temporary ).c_str() );
    113113                    OpenFileWithExtension(temporary);
    114114                    break;
Note: See TracChangeset for help on using the changeset viewer.