mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
英語版で新しく追加したstripItemの言語切り替えができていない問題を修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@315 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
511d07d413
commit
971600d61f
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user