diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditorTWL/MasterEditorTWL.ncb index e4ecfa85..c3f5af81 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL.ncb and b/build/tools/MasterEditorTWL/MasterEditorTWL.ncb differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL.suo b/build/tools/MasterEditorTWL/MasterEditorTWL.suo index 4ff0cf90..062c071a 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL.suo and b/build/tools/MasterEditorTWL/MasterEditorTWL.suo differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm b/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm index 392b79da..75fd7c78 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm and b/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/Form_deliv.cpp b/build/tools/MasterEditorTWL/MasterEditorTWL/Form_deliv.cpp index dfd0015a..d7c8e491 100644 --- a/build/tools/MasterEditorTWL/MasterEditorTWL/Form_deliv.cpp +++ b/build/tools/MasterEditorTWL/MasterEditorTWL/Form_deliv.cpp @@ -38,7 +38,7 @@ void Form1::setDeliverableProperties(void) { this->hDeliv->hProductCode2Foreign += ("/" + this->tboxProductCode2Foreign2->Text); } - if( !System::String::IsNullOrEmpty( this->tboxProductCode2Foreign2->Text ) ) + if( !System::String::IsNullOrEmpty( this->tboxProductCode2Foreign3->Text ) ) { this->hDeliv->hProductCode2Foreign += ("/" + this->tboxProductCode2Foreign3->Text); } @@ -68,7 +68,7 @@ void Form1::setDeliverableProperties(void) } if( this->hDeliv->hSDK == nullptr ) { - this->hDeliv->hSDK = gcnew System::String( "Undefined" ); + this->hDeliv->hSDK = gcnew System::String( "" ); } // 提出方法 if( this->rSubmitPost->Checked == true ) diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/srl.cpp b/build/tools/MasterEditorTWL/MasterEditorTWL/srl.cpp index 7a394bf2..7c0495a8 100644 --- a/build/tools/MasterEditorTWL/MasterEditorTWL/srl.cpp +++ b/build/tools/MasterEditorTWL/MasterEditorTWL/srl.cpp @@ -1240,9 +1240,9 @@ ECSrlResult RCSrl::mrcTWL( FILE *fp ) { this->hWarnList->Add( gcnew RCMrcError( "デバッガ動作禁止フラグ", 0x1f, 0x1f, - "デバッガ上で動作可能な設定になっています。デバッガ向けソフトとしてROMをリリースする場合にはセキュリティ上の問題がないかご確認ください。", + "デバッガ上で解析可能な設定になっています。デバッガ向けソフトとしてROMをリリースする場合にはセキュリティ上の問題がないかご確認ください。", "Disable Launch on Debugger Flag", - "This ROM is launched on the debugger. If the ROM is released for the debugger, please check the security settings.", + "This ROM can be analyzed on the debugger. If the ROM is released for the debugger, please check the security settings.", false, true ) ); } }