summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/DisplayPlot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/lib/DisplayPlot.cc')
-rw-r--r--gr-qtgui/lib/DisplayPlot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/lib/DisplayPlot.cc b/gr-qtgui/lib/DisplayPlot.cc
index 2989b1aaf8..f2cbf34315 100644
--- a/gr-qtgui/lib/DisplayPlot.cc
+++ b/gr-qtgui/lib/DisplayPlot.cc
@@ -414,7 +414,7 @@ void DisplayPlot::legendEntryChecked(const QVariant& plotItem, bool on, int inde
{
#if QWT_VERSION < 0x060100
std::runtime_error("DisplayPlot::legendEntryChecked with QVariant not enabled in "
- "this version of QWT.\n");
+ "this version of QWT.");
#else
QwtPlotItem* p = infoToItem(plotItem);
legendEntryChecked(p, on);