aboutsummaryrefslogtreecommitdiff
path: root/plug/src/harness_adapter.c
diff options
context:
space:
mode:
Diffstat (limited to 'plug/src/harness_adapter.c')
-rw-r--r--plug/src/harness_adapter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plug/src/harness_adapter.c b/plug/src/harness_adapter.c
index 24b813c..0c27c91 100644
--- a/plug/src/harness_adapter.c
+++ b/plug/src/harness_adapter.c
@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <unistd.h>
-const char *plugin_name = "Wetterhorn";
+const char *plugin_name = "Montis";
void* foreign_interface;
@@ -42,9 +42,9 @@ void shell_exec(const char* cmd) {
}
static const char msg[] =
- "Wetterhorn Plugin v 0.01\n\n"
+ "Montis Plugin v 0.01\n\n"
"Welcome, and thank you for your interest.\n\n"
- "This is merely a plugin to the Wetterhorn Compositor and not meant to be\n"
+ "This is merely a plugin to the Montis Compositor and not meant to be\n"
"executed as a standalone binary. This plugin requires a harness to run\n"
"To use this file, please use './wtr_harness [full-path-to-wtr.so]'\n"
"That will allow you to see how this compositor works in all its glory!\n";