Ignore:
Timestamp:
Apr 4, 2008, 7:47:07 PM (17 years ago)
Author:
dai_9181
Message:

構成管理を変更中・・・(いったんコミット)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/ProjectEditor/WindowControl.cpp

    r302 r475  
     1#include "stdafx.h"
     2
    13#include "Common.h"
     4
     5using namespace ActiveBasic::IDE;
    26
    37#if defined(JPN)
     
    22552259
    22562260    //テンプレートを読み込む
    2257 #if defined(JPN)
    2258     //日本語ファイル
    2259     sprintf(temporary,"%sSubOperation\\new_window_template.sbp",pj_editor_Dir);
    2260 #else
    2261     //英語ファイル
    2262     sprintf(temporary,"%sSubOperation\\new_window_template_e.sbp",pj_editor_Dir);
    2263 #endif
    2264     pTemp=ReadBuffer(temporary);
     2261    const std::string newWindowTemplateSbpPath = Program::GetApplicationSystemDirPath() + "\\new_window_template.sbp";
     2262    pTemp = ReadBuffer( newWindowTemplateSbpPath );
    22652263
    22662264    //#name#をプロジェクト名に置換
Note: See TracChangeset for help on using the changeset viewer.