summaryrefslogtreecommitdiffstats
path: root/src/base/BaseProperties.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:44:27 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:44:27 -0500
commit4a9d4beee6be253aff4f6d3c8fca4225b14e66cb (patch)
treecf98aea505b9daac7096c830ffc0397f168e5e0f /src/base/BaseProperties.cpp
parent83a1c06d5545f2d076a75fd92a74b8d19c13e9a0 (diff)
downloadrosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.tar.gz
rosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/base/BaseProperties.cpp')
-rw-r--r--src/base/BaseProperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/BaseProperties.cpp b/src/base/BaseProperties.cpp
index be964ac..adff519 100644
--- a/src/base/BaseProperties.cpp
+++ b/src/base/BaseProperties.cpp
@@ -115,7 +115,7 @@ const PropertyName TRIGGER_SEGMENT_RETUNE = "triggersegmentretune";
const PropertyName TRIGGER_SEGMENT_ADJUST_TIMES = "triggersegmentadjusttimes";
const std::string TRIGGER_SEGMENT_ADJUST_NONE = "none";
-const std::string TRIGGER_SEGMENT_ADJUST_STQUISH = "squish";
+const std::string TRIGGER_SEGMENT_ADJUST_SQUISH = "squish";
const std::string TRIGGER_SEGMENT_ADJUST_SYNC_START = "syncstart";
const std::string TRIGGER_SEGMENT_ADJUST_SYNC_END = "syncend";