summaryrefslogtreecommitdiffhomepage
path: root/src/libMsg/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/libMsg/scripts')
-rw-r--r--src/libMsg/scripts/hello-world.json (renamed from src/libMsg/scripts/window_client.json)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libMsg/scripts/window_client.json b/src/libMsg/scripts/hello-world.json
index 4c8a21ba..f23a3714 100644
--- a/src/libMsg/scripts/window_client.json
+++ b/src/libMsg/scripts/hello-world.json
@@ -2,6 +2,6 @@
"id": 1,
"pos": { "x": 100, "y": 100 },
"size": { "w": 300, "h": 200 },
- "title": "Window Client",
- "on-click": "_OnClickCSymbol"
+ "title": "Message",
+ "on-init": "_PrintHelloWorld"
} \ No newline at end of file