マスタエディタ:一時保存情報に記載されているSRLが読めなかったときにもテキストボックスにファイルパスを表示していた問題を修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@158 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-01-30 02:24:45 +00:00
parent 5d10ebac87
commit 3723141015
4 changed files with 5 additions and 3 deletions

View File

@ -137,9 +137,11 @@ void Form1::loadTmp( System::String ^filename )
text = MasterEditorTWL::getXPathText( root, "/MasterEditorTWL/Srl" );
if( !System::String::IsNullOrEmpty(text) ) // SRLファイル名がないときはスルー
{
this->loadRom(text); // tad/srl—¼Î‰ž
this->tboxFile->Text = text;
this->clearOtherForms();
if( this->loadRom(text) )
{
this->tboxFile->Text = text;
this->clearOtherForms();
}
}
// 言語