summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ConnectWindow.cpp')
-rw-r--r--src/gui/ConnectWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp
index 8c5a654a..19e5594b 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -242,12 +242,12 @@ ConnectWindow::connect(bool existing)
#endif // defined(HAVE_LIBLO) || defined(HAVE_SOUP)
if (_mode == INTERNAL) {
if (!world->local_engine())
- world->load("ingen_engine");
+ world->load_module("engine");
SharedPtr<SigClientInterface> client(new SigClientInterface());
if (!((Engine*)world->local_engine().get())->driver())
- world->load("ingen_jack");
+ world->load_module("jack");
world->local_engine()->activate();