commit 2c4e33a691bbc1e435f1962e9be8614bd43b75dd parent 3f783a409ef7385f3524b8ab070c146c6a94d5ae Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Sat, 17 Jul 2021 18:08:46 +0200 Less u-he in the strings Diffstat:
M | examples/host/application.cc | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/examples/host/application.cc b/examples/host/application.cc @@ -22,8 +22,8 @@ Application::Application(int argc, char **argv) assert(!instance_); instance_ = this; - setOrganizationDomain("u-he.com"); - setOrganizationName("u-he"); + setOrganizationDomain("github.com/free-audio/clap"); + setOrganizationName("clap"); setApplicationName("uhost"); setApplicationVersion("1.0"); @@ -68,7 +68,7 @@ void Application::parseCommandLine() { tr("plugin-index"), "0"); - parser.setApplicationDescription("u-he standalone host"); + parser.setApplicationDescription("clap standalone host"); parser.addHelpOption(); parser.addVersionOption(); parser.addOption(pluginOpt);