summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_drawing.h
diff options
context:
space:
mode:
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() {