diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 2d59c280c10a0d408ed804d5ca594884b5ee1f4d (patch) | |
tree | aadc7a2b0be4f2c4da2e3dcac0dccfd82fce3e8f /src/document/io | |
parent | 2cba698342d2910951eedaf099cdd08d333bdfac (diff) | |
download | rosegarden-2d59c280c10a0d408ed804d5ca594884b5ee1f4d.tar.gz rosegarden-2d59c280c10a0d408ed804d5ca594884b5ee1f4d.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/document/io')
-rw-r--r-- | src/document/io/LilyPondExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document/io/LilyPondExporter.cpp b/src/document/io/LilyPondExporter.cpp index f2d6008..1262d34 100644 --- a/src/document/io/LilyPondExporter.cpp +++ b/src/document/io/LilyPondExporter.cpp @@ -2001,7 +2001,7 @@ LilyPondExporter::writeBar(Segment *s, if ((stringNum <= barreStart) && (stringNum >= barreEnd)) { str << stringNum << "-" << barreFret << ";"; } else { - str << stringNum << "-" << stringtqStatus << ";"; + str << stringNum << "-" << stringStatus << ";"; } } } |