Changeset 475 in dev for trunk/ab5.0/abdev/ProjectEditor/WindowControl.cpp
- Timestamp:
- Apr 4, 2008, 7:47:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ProjectEditor/WindowControl.cpp
r302 r475 1 #include "stdafx.h" 2 1 3 #include "Common.h" 4 5 using namespace ActiveBasic::IDE; 2 6 3 7 #if defined(JPN) … … 2255 2259 2256 2260 //テンプレートを読み込む 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 ); 2265 2263 2266 2264 //#name#をプロジェクト名に置換
Note:
See TracChangeset
for help on using the changeset viewer.