Changeset 22 in dev for ProjectEditor/Debugger.cpp


Ignore:
Timestamp:
Dec 29, 2006, 1:55:55 AM (17 years ago)
Author:
dai_9181
Message:

バックアップ用ディレクトリが消去されていたときは、自動生成する。
プロ版の概念を除去。機能制限を解除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/Debugger.cpp

    r3 r22  
    430430    if(WndNum==-1) return;
    431431
    432     if(!IsFile(MdiInfo[WndNum].path)) return;
     432    if(!IsExistFile(MdiInfo[WndNum].path)) return;
    433433
    434434    int i,i2,sw=0;
Note: See TracChangeset for help on using the changeset viewer.