diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditorTWL/MasterEditorTWL.ncb index e3514c1a..3f235438 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 c12e0f68..e76868d1 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 aea69628..ae100607 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/Form1.h b/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h index 1afc9bd9..d1c145f1 100644 --- a/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -1336,7 +1336,7 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorCause; // this->combOFLC->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; this->combOFLC->FormattingEnabled = true; - this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(6) {L"年齢制限なし", L"G", L"PG", L"M", L"MA15+", L"審査中"}); + this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(5) {L"G", L"PG", L"M", L"MA15+", L"審査中"}); this->combOFLC->Location = System::Drawing::Point(152, 232); this->combOFLC->Name = L"combOFLC"; this->combOFLC->Size = System::Drawing::Size(204, 20); diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp b/build/tools/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp index 1c950524..2625df77 100644 --- a/build/tools/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp +++ b/build/tools/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp @@ -228,8 +228,8 @@ void Form1::changeJapanese(void) index = this->combOFLC->SelectedIndex; this->combOFLC->Items->Clear(); - this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(6) - {L"年齢制限なし", L"G", L"PG", L"M", L"MA15+", L"審査中"}); + this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(5) + {L"G", L"PG", L"M", L"MA15+", L"審査中"}); this->combOFLC->SelectedIndex = index; // エラー情報 @@ -454,8 +454,8 @@ void Form1::changeEnglish(void) index = this->combOFLC->SelectedIndex; this->combOFLC->Items->Clear(); - this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(6) - {L"All ages", L"G", L"PG", L"M", L"MA15+", L"Rating Pending"}); + this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(5) + {L"G", L"PG", L"M", L"MA15+", L"Rating Pending"}); this->combOFLC->SelectedIndex = index; // エラー情報