summaryrefslogtreecommitdiff
path: root/muse/synti/vam
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2006-11-27 11:24:14 +0000
committerWerner Schweer <ws.seh.de>2006-11-27 11:24:14 +0000
commit776dc95b628074122e7a71d493e2993e9c8686fd (patch)
treead2227b65e1f43c78821ab8741ed0d32a0163e53 /muse/synti/vam
parent7241ad863d32fa5627697f34aef2bc9ee7049b07 (diff)
class Xml update
Diffstat (limited to 'muse/synti/vam')
-rw-r--r--muse/synti/vam/vamgui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse/synti/vam/vamgui.cpp b/muse/synti/vam/vamgui.cpp
index 75a05f1b..2787650d 100644
--- a/muse/synti/vam/vamgui.cpp
+++ b/muse/synti/vam/vamgui.cpp
@@ -8,7 +8,7 @@
// (Many) parts of this file was taken from Werner Schweer's GUI
// for his organ soft synth.
//
-// (C) Copyright 2002 Jotsif Lindman Hörnlund (jotsif@linux.nu)
+// (C) Copyright 2002 Jotsif Lindman Hönlund (jotsif@linux.nu)
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -140,7 +140,7 @@ void Preset::readConfiguration(QDomNode /*node*/)
void Preset::writeConfiguration(Xml& xml)
{
- xml.tag("preset name=\"%s\"", name.toLatin1().data());
+ xml.stag("preset name=\"%s\"", name.toLatin1().data());
for (int i = 0; i < NUM_CONTROLLER; ++i) {
xml.tagE("control idx=\"%d\" val=\"%d\"", i, ctrl[i]);
}