summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_drawing.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-11-18 14:40:41 +0000
committerTim Redfern <tim@eclectronics.org>2013-11-18 14:40:41 +0000
commita36735b4585521218268da5fed2214ba239b4c2a (patch)
tree77f951acb62d61c88b0b01d4bcb34367e44abc91 /rotord/src/nodes_drawing.h
parent6c5ba0ff0a4301b932c70aee6b4c87b2092d8bff (diff)
simple lyrics script
Diffstat (limited to 'rotord/src/nodes_drawing.h')
-rw-r--r--rotord/src/nodes_drawing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h
index c2d79e6..914f064 100644
--- a/rotord/src/nodes_drawing.h
+++ b/rotord/src/nodes_drawing.h
@@ -116,7 +116,7 @@ namespace Rotor {
Lyrics(){
title="Lyrics text";
description="Draws lyrics text";
- create_attribute("lyrics","Lyrics to draw","Lyrics","hello, world!");
+ create_empty_attribute("lyrics","Lyrics to draw","Lyrics","lyrics");
NODEID="ac4318b8-4de9-11e3-b2eb-74d02b29f6a6";
};
Lyrics(map<string,string> &settings):Lyrics() {