aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar/annotationhighlighter.cpp
diff options
context:
space:
mode:
authorcerf <delorme.hugues@gmail.com>2011-03-14 17:52:50 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2011-03-16 17:29:12 +0100
commit2c088f06a0a617a228a798f3c01ba9010e7d338d (patch)
tree44c063911a7bdca4d1d2650f629d2618c0dde45d /src/plugins/bazaar/annotationhighlighter.cpp
parentf5096f439454bc74d9b58ad4909107176d0b7126 (diff)
Bazaar: fix jumping to the changes from the blame view
Merge-request: 273 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/bazaar/annotationhighlighter.cpp')
-rw-r--r--src/plugins/bazaar/annotationhighlighter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bazaar/annotationhighlighter.cpp b/src/plugins/bazaar/annotationhighlighter.cpp
index 111daff29e9..1bad07d7c28 100644
--- a/src/plugins/bazaar/annotationhighlighter.cpp
+++ b/src/plugins/bazaar/annotationhighlighter.cpp
@@ -40,7 +40,7 @@ using namespace Bazaar;
BazaarAnnotationHighlighter::BazaarAnnotationHighlighter(const ChangeNumbers &changeNumbers,
QTextDocument *document)
: VCSBase::BaseAnnotationHighlighter(changeNumbers, document),
- m_changeset(QLatin1String(Constants::CHANGESETID12))
+ m_changeset(QLatin1String(Constants::CHANGESET_ID))
{
}