diff options
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> |