localize window names
This commit is contained in:
parent
5f16edd0df
commit
3197e73b2c
36 changed files with 44 additions and 44 deletions
|
|
@ -32,7 +32,7 @@ void FurnaceGUI::drawMemory() {
|
|||
nextWindow=GUI_WINDOW_NOTHING;
|
||||
}
|
||||
if (!memoryOpen) return;
|
||||
if (ImGui::Begin("Memory Composition",&memoryOpen,globalWinFlags)) {
|
||||
if (ImGui::Begin("Memory Composition",&memoryOpen,globalWinFlags,_("Memory Composition"))) {
|
||||
ImDrawList* dl=ImGui::GetWindowDrawList();
|
||||
ImGuiWindow* window=ImGui::GetCurrentWindow();
|
||||
char tempID[1024];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue