From 90013966c14d18c7c55a906c319704bc1ffc4ae9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Jun 2006 07:03:30 +0000 Subject: More renaming, fixed bugs with disconnecting patch ports internally git-svn-id: http://svn.drobilla.net/lad/ingen@74 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/cmdline.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/progs/ingenuity/cmdline.h') diff --git a/src/progs/ingenuity/cmdline.h b/src/progs/ingenuity/cmdline.h index e404ac2e..dca25a89 100644 --- a/src/progs/ingenuity/cmdline.h +++ b/src/progs/ingenuity/cmdline.h @@ -15,7 +15,7 @@ extern "C" { #endif /* __cplusplus */ #ifndef CMDLINE_PARSER_PACKAGE -#define CMDLINE_PARSER_PACKAGE "om_gtk - A GUI client for the Om realtime modular synthesizer" +#define CMDLINE_PARSER_PACKAGE "ingenuity - A GUI client for the Ingen realtime audio processor" #endif #ifndef CMDLINE_PARSER_VERSION @@ -24,7 +24,7 @@ extern "C" { struct gengetopt_args_info { - char * engine_url_arg; /* Om engine URL to connect to. */ + char * engine_url_arg; /* Ingen OSC URL to connect to. */ int client_port_arg; /* Client port to listen on. */ int help_given ; /* Whether help was given. */ -- cgit v1.2.1