diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index ba1ac91..61a2f89 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo index 1b13b6a..3fdd0d4 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm index 0f51e48..29ef48f 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h index fdd70f1..22e7586 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -4940,6 +4940,7 @@ private: System::Windows::Forms::RadioButton^ rSubmitInternet; if( !filename || !this->saveMiddlewareListXmlEmbeddedXsl(filename) ) { this->errMsg( "E_MWList_Default" ); + return; } this->sucMsg( "MWList_Success" ); } //stripItemMiddlewareXml_Click() @@ -4961,6 +4962,7 @@ private: System::Windows::Forms::RadioButton^ rSubmitInternet; if( !filename || !this->saveMiddlewareListHtml(filename) ) { this->errMsg( "E_MWList_Default" ); + return; } this->sucMsg( "MWList_Success" ); } //stripItemMiddlewareHtml_Click