diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 881b30e..55040ca 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 041c913..6ad89db 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 186ee1e..3d92771 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/Form_lang.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp index f1c18dd..a6aa0c5 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp @@ -500,6 +500,22 @@ void MasterEditorTWL::Form1::changeLanguage( System::String ^langname ) // バージョンがなくなるので再設定 System::Reflection::Assembly ^ass = System::Reflection::Assembly::GetEntryAssembly(); this->labAssemblyVersion->Text = "ver." + this->getVersion(); + + // アプリ種別をつける + System::String ^appstr = nullptr; +#ifdef METWL_VER_APPTYPE_LAUNCHER + appstr += "Launcher/"; +#endif +#ifdef METWL_VER_APPTYPE_SECURE + appstr += "Secure/"; +#endif +#ifdef METWL_VER_APPTYPE_SYSTEM + appstr += "System/"; +#endif + if( appstr != nullptr) + { + this->Text += " [ Supported App: " + appstr + "User ]"; + } } // end of file \ No newline at end of file diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_pctl.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_pctl.cpp index 84b0303..35725cd 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_pctl.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_pctl.cpp @@ -105,7 +105,7 @@ void Form1::setRegionForms(void) index = -1; // 不正 #if defined(METWL_VER_APPTYPE_SYSTEM) || defined(METWL_VER_APPTYPE_SECURE) || defined(METWL_VER_APPTYPE_LAUNCHER) if( isJapan && isAmerica && isEurope && isAustralia ) - index = 5; + index = 7; #endif this->combRegion->SelectedIndex = index; this->maskRatingForms(); // ペアレンタルコントロール用フォームの表示/非表示切り替え