Browse Source

Set zynaddsubfx window title

tags/1.9.4
falkTX 11 years ago
parent
commit
7067e61495
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/backend/native/zynaddsubfx.cpp

+ 1
- 0
source/backend/native/zynaddsubfx.cpp View File

@@ -475,6 +475,7 @@ protected:
{
fUiClosed = 0;
fUi = new MasterUI(fMaster, &fUiClosed);
fUi->masterwindow->label(kHost->ui_name);
fUi->showUI();
}
}


Loading…
Cancel
Save