diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 400d5d4..c38098b 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 bd987c0..4d42330 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 515a02e..9880251 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 8d008ce..ac12fba 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp @@ -389,6 +389,9 @@ void MasterEditorTWL::Form1::changeLanguage( System::String ^langname ) resources->ApplyResources(this->stripItemSepFile1, L"stripItemSepFile1"); resources->ApplyResources(this->stripItemSaveTemp, L"stripItemSaveTemp"); resources->ApplyResources(this->stripItemLoadTemp, L"stripItemLoadTemp"); + resources->ApplyResources(this->stripItemRomInfoList, L"stripItemRomInfoList"); + resources->ApplyResources(this->stripItemErrorListRead, L"stripItemErrorListRead"); + resources->ApplyResources(this->stripItemErrorListCurrent, L"stripItemErrorListCurrent"); resources->ApplyResources(this->stripMaster, L"stripMaster"); resources->ApplyResources(this->stripItemSheet, L"stripItemSheet"); resources->ApplyResources(this->stripItemSepMaster1, L"stripItemSepMaster1");