mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
fix window-title (separate application name, thread name)
This commit is contained in:
parent
23333a271e
commit
ee541036b4
2 changed files with 4 additions and 4 deletions
|
|
@ -113,7 +113,7 @@ class LIBGTKMM2EXT_API UI : public AbstractUI<UIRequest>
|
|||
MyReceiver _receiver;
|
||||
|
||||
public:
|
||||
UI (std::string name, int *argc, char **argv[]);
|
||||
UI (std::string, std::string, int *argc, char **argv[]);
|
||||
virtual ~UI ();
|
||||
|
||||
static UI *instance() { return theGtkUI; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue