マスタエディタ:誤字修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@88 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2008-12-16 04:36:51 +00:00
parent 71a47edf41
commit 1983bc1416
5 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ System::Boolean Form1::loadTad( System::String ^tadfile )
System::String ^srlfile = this->getSplitTadTmpFilename();
if( splitTad( tadfile, srlfile ) != 0 ) // 上書きで保存
{
this->errMsg( "TADファイルの読み出しに失敗しました。", "Reading TAD file failed." );
this->errMsg( "TADファイルの読み込みに失敗しました。", "Reading TAD file failed." );
return false;
}
System::Boolean result = this->loadSrl( srlfile ); // 一時保存したSRLを読み込み