Changeset 477 in dev for trunk/ab5.0/abdev/ProjectEditor/WindowControl.cpp
- Timestamp:
- Apr 6, 2008, 8:07:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ProjectEditor/WindowControl.cpp
r475 r477 2259 2259 2260 2260 //テンプレートを読み込む 2261 const std::string newWindowTemplateSbpPath = Program::GetApplicationSystemDirPath() + "\\new_window_template.sbp";2261 const std::string newWindowTemplateSbpPath = ActiveBasic::Common::Environment::GetAbdevSystemDirPath() + "\\new_window_template.sbp"; 2262 2262 pTemp = ReadBuffer( newWindowTemplateSbpPath ); 2263 2263
Note:
See TracChangeset
for help on using the changeset viewer.