diff options
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp index 44f042a4..a0b0dbbe 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/main.cpp @@ -151,7 +151,7 @@ main(int argc, char** argv) world->engine()->activate(); } - // Load a patch + // Load a graph if (conf.option("load").is_valid() || !conf.files().empty()) { boost::optional<Raul::Path> parent; boost::optional<Raul::Symbol> symbol; |