From ed1e9c68fee306537568647f9756726fc0b80402 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 28 Jun 2008 10:06:13 +0000 Subject: [PATCH] fixed node-name git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1184 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/automation_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/automation_editor.h b/include/automation_editor.h index 9bb559ff8..bf44f4f2f 100644 --- a/include/automation_editor.h +++ b/include/automation_editor.h @@ -69,7 +69,7 @@ public: virtual void loadSettings( const QDomElement & _this ); inline virtual QString nodeName( void ) const { - return( "automation-editor" ); + return( "automationeditor" ); }