summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalNote.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-12 04:59:38 +0000
committerDavid Robillard <d@drobilla.net>2009-05-12 04:59:38 +0000
commitf230de56d33171a45588af91d31a3ea09c840933 (patch)
tree4f70ec9de4452c690ec30d406264d7c5f9fe2f07 /src/engine/InternalNote.cpp
parent0fd55176b99cd6bd3230afdf350687a04702bd92 (diff)
downloadingen-f230de56d33171a45588af91d31a3ea09c840933.tar.gz
ingen-f230de56d33171a45588af91d31a3ea09c840933.tar.bz2
ingen-f230de56d33171a45588af91d31a3ea09c840933.zip
Fix internal node names.
Update glade file. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1986 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/InternalNote.cpp')
-rw-r--r--src/engine/InternalNote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/InternalNote.cpp b/src/engine/InternalNote.cpp
index f5b22c1a..0e5807a0 100644
--- a/src/engine/InternalNote.cpp
+++ b/src/engine/InternalNote.cpp
@@ -35,7 +35,7 @@ using namespace std;
namespace Ingen {
-static InternalPlugin note_plugin(NS_INTERNALS "Note", "note", "Note");
+static InternalPlugin note_plugin(NS_INTERNALS "Note", "note");
NoteNode::NoteNode(const string& path, bool polyphonic, PatchImpl* parent, SampleRate srate, size_t buffer_size)
: NodeBase(&note_plugin, path, polyphonic, parent, srate, buffer_size)