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@222 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
c9605131ed
commit
1decf92606
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4940,6 +4940,7 @@ private: System::Windows::Forms::RadioButton^ rSubmitInternet;
|
|||||||
if( !filename || !this->saveMiddlewareListXmlEmbeddedXsl(filename) )
|
if( !filename || !this->saveMiddlewareListXmlEmbeddedXsl(filename) )
|
||||||
{
|
{
|
||||||
this->errMsg( "E_MWList_Default" );
|
this->errMsg( "E_MWList_Default" );
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
this->sucMsg( "MWList_Success" );
|
this->sucMsg( "MWList_Success" );
|
||||||
} //stripItemMiddlewareXml_Click()
|
} //stripItemMiddlewareXml_Click()
|
||||||
@ -4961,6 +4962,7 @@ private: System::Windows::Forms::RadioButton^ rSubmitInternet;
|
|||||||
if( !filename || !this->saveMiddlewareListHtml(filename) )
|
if( !filename || !this->saveMiddlewareListHtml(filename) )
|
||||||
{
|
{
|
||||||
this->errMsg( "E_MWList_Default" );
|
this->errMsg( "E_MWList_Default" );
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
this->sucMsg( "MWList_Success" );
|
this->sucMsg( "MWList_Success" );
|
||||||
} //stripItemMiddlewareHtml_Click
|
} //stripItemMiddlewareHtml_Click
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user