fix window-title (separate application name, thread name)

This commit is contained in:
Robin Gareus 2015-12-29 11:03:09 +01:00
parent 23333a271e
commit ee541036b4
2 changed files with 4 additions and 4 deletions

View file

@ -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; }