mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:誤字修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@88 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
71a47edf41
commit
1983bc1416
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -87,7 +87,7 @@ System::Boolean Form1::loadTad( System::String ^tadfile )
|
|||||||
System::String ^srlfile = this->getSplitTadTmpFilename();
|
System::String ^srlfile = this->getSplitTadTmpFilename();
|
||||||
if( splitTad( tadfile, srlfile ) != 0 ) // 上書きで保存
|
if( splitTad( tadfile, srlfile ) != 0 ) // 上書きで保存
|
||||||
{
|
{
|
||||||
this->errMsg( "TADファイルの読み出しに失敗しました。", "Reading TAD file failed." );
|
this->errMsg( "TADファイルの読み込みに失敗しました。", "Reading TAD file failed." );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
System::Boolean result = this->loadSrl( srlfile ); // 一時保存したSRLを読み込み
|
System::Boolean result = this->loadSrl( srlfile ); // 一時保存したSRLを読み込み
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user