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::drawPatManager() {
|
|||
char id[1024];
|
||||
unsigned char isUsed[DIV_MAX_PATTERNS];
|
||||
bool isNull[DIV_MAX_PATTERNS];
|
||||
if (ImGui::Begin("Pattern Manager",&patManagerOpen,globalWinFlags)) {
|
||||
if (ImGui::Begin("Pattern Manager",&patManagerOpen,globalWinFlags,_("Pattern Manager"))) {
|
||||
if (ImGui::Button(_("De-duplicate patterns"))) {
|
||||
e->lockEngine([this]() {
|
||||
e->curSubSong->optimizePatterns();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue