localize window names
This commit is contained in:
parent
5f16edd0df
commit
3197e73b2c
36 changed files with 44 additions and 44 deletions
|
|
@ -28,7 +28,7 @@ void FurnaceGUI::drawClock() {
|
|||
nextWindow=GUI_WINDOW_NOTHING;
|
||||
}
|
||||
if (!clockOpen) return;
|
||||
if (ImGui::Begin("Clock",&clockOpen,globalWinFlags)) {
|
||||
if (ImGui::Begin("Clock",&clockOpen,globalWinFlags,_("Clock"))) {
|
||||
int row=oldRow;
|
||||
int elapsedBars=e->getElapsedBars();
|
||||
int elapsedBeats=e->getElapsedBeats();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue