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@427 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
2e4521cd4d
commit
b1894c4bde
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -5751,6 +5751,20 @@ private: System::Windows::Forms::TextBox^ tboxPurposeInError;
|
||||
{
|
||||
this->maskRatingForms();
|
||||
this->changeUnnecessaryRatingForms(false); // 一度コンボボックスがenableになるので再設定
|
||||
|
||||
// リージョン変更によって表示する「用途」を変更する
|
||||
if( this->combRegion->SelectedIndex == 0 ) // 日本リージョンの場合には「店頭体験版(単独型)」を非表示にする
|
||||
{
|
||||
if( this->rPurposeCardKiosk->Checked )
|
||||
{
|
||||
this->changePurposeForms( this->rPurposeOther );
|
||||
}
|
||||
this->rPurposeCardKiosk->Enabled = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
this->rPurposeCardKiosk->Enabled = true;
|
||||
}
|
||||
}
|
||||
private:
|
||||
// レーティング表示不要が選択されたときにレーティングを選択不可にする
|
||||
|
||||
Binary file not shown.
@ -63,7 +63,7 @@
|
||||
|
||||
<ZoneLimited>
|
||||
<name>Nintendo Zone対応</name>
|
||||
<sentence>このソフトはNintendo Zoneのみで配信可能です。みんなのニンテンドーチャンネルやDSダウンロードプレイのしくみを使用して配信することはできませんのでご注意ください。(本警告はROMの問題を指摘しているわけではありませんので、本警告を無視していただいて結構です。)</sentence>
|
||||
<sentence>このソフトはNintendo Zoneでのみ配信可能です。みんなのニンテンドーチャンネルやDSダウンロードプレイのしくみを使用して配信することはできませんのでご注意ください。(本警告はROMの問題を指摘しているわけではありませんので、本警告を無視していただいて結構です。)</sentence>
|
||||
<begin>12</begin><end>12</end><modify>False</modify><affect>True</affect>
|
||||
</ZoneLimited>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user