マスタエディタ:エラーメッセージ追加し忘れ。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2374 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nishikawa_takeshi 2008-09-02 11:59:44 +00:00
parent 39c5a465bd
commit 624cbe7fb1
4 changed files with 2 additions and 0 deletions

View File

@ -5533,6 +5533,8 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorCause;
// SRL関連フォーム入力をチェックする
if( this->checkSrlForms() == false )
{
this->errMsg( "ROMデータに不正な設定があるためROMデータの保存ができません。",
"A ROM data and a submission sheet can't be saved, since it has illegal info." );
return;
}