diff options
author | David Robillard <d@drobilla.net> | 2012-05-10 02:14:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-10 02:14:55 +0000 |
commit | 281bbcc6a7208c28283bc9bdd521c5d6cc48a60f (patch) | |
tree | 6cfc2bf6c3c0d92b3cb5a79a4d019d5952d41989 /src/gui | |
parent | cd2ac251d7e076e3bf25f2640d1684447efa83d3 (diff) | |
download | ingen-281bbcc6a7208c28283bc9bdd521c5d6cc48a60f.tar.gz ingen-281bbcc6a7208c28283bc9bdd521c5d6cc48a60f.tar.bz2 ingen-281bbcc6a7208c28283bc9bdd521c5d6cc48a60f.zip |
Bidirectional socket communication (GUI once again works remotely).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4335 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/ConnectWindow.hpp | 2 | ||||
-rw-r--r-- | src/gui/ingen_gui.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index 1f7b8abd..e19b91cc 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -32,7 +32,7 @@ class App; /** The initially visible "Connect to engine" window. * * This handles actually connecting to the engine and making sure everything - * is ready before really launching the app (eg wait for the root patch). + * is ready before really launching the app. * * \ingroup GUI */ diff --git a/src/gui/ingen_gui.ui b/src/gui/ingen_gui.ui index 16549a27..8a043c30 100644 --- a/src/gui/ingen_gui.ui +++ b/src/gui/ingen_gui.ui @@ -523,7 +523,7 @@ Contributors: <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="width_chars">28</property> - <property name="text" translatable="yes">osc.udp://localhost:16180</property> + <property name="text" translatable="yes">unix:///tmp/ingen.sock</property> </object> <packing> <property name="expand">True</property> |