localize window names
This commit is contained in:
parent
5f16edd0df
commit
3197e73b2c
36 changed files with 44 additions and 44 deletions
|
|
@ -37,7 +37,7 @@ void FurnaceGUI::drawXYOsc() {
|
|||
ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing,ImVec2(0,0));
|
||||
ImGui::PushStyleVar(ImGuiStyleVar_ItemInnerSpacing,ImVec2(0,0));
|
||||
}
|
||||
if (ImGui::Begin("Oscilloscope (X-Y)",&xyOscOpen,globalWinFlags)) {
|
||||
if (ImGui::Begin("Oscilloscope (X-Y)",&xyOscOpen,globalWinFlags,_("Oscilloscope (X-Y)"))) {
|
||||
if (xyOscOptions) {
|
||||
int xyOscXChannelP1 = xyOscXChannel+1;
|
||||
int xyOscYChannelP1 = xyOscYChannel+1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue