Ignore:
Timestamp:
Jun 18, 2008, 11:03:59 PM (16 years ago)
Author:
dai_9181
Message:

FileManager周りをリファクタリング

File:
1 edited

Legend:

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

    r651 r655  
    3535    if( projectInfo.IsOpened() ){
    3636        //プロジェクトが開かれているとき
    37         lstrcpy(temporary,projectInfo.pobj_DBFileInfo->ppobj_FileInfo[0]->GetPath().c_str());
    38         lstrcpy( temporary, projectInfo.GetWorkDir().GetFullPath( temporary ).c_str() );
     37        lstrcpy(temporary,projectInfo.fileSystem.root.files[0].GetFullPath().c_str());
    3938
    4039        for(i=0;i<MdiInfo.size();i++){
Note: See TracChangeset for help on using the changeset viewer.