From c567527c59d69ad25c5eead2a5b7fa16f3c3b5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 5 Mar 2015 05:03:12 +0100 Subject: [PATCH] Fix incorrectly renamed strings --- libkdchart/KDChartBarPainter.cpp | 2 +- libkdchart/KDChartParams.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libkdchart/KDChartBarPainter.cpp b/libkdchart/KDChartBarPainter.cpp index dbf6394..f70e87e 100644 --- a/libkdchart/KDChartBarPainter.cpp +++ b/libkdchart/KDChartBarPainter.cpp @@ -1636,7 +1636,7 @@ void KDChartBarPainter::specificPaintData( TQPainter* painter, iDummy1, iDummy2, prevFrontX2 ); }// if( dataset >= datasetStart && dataset <= datasetEnd ) - //Qt::Vertical advancement in stacked or percent only if there was a value + // Vertical advancement in stacked or percent only if there was a value // Pending Michel add sideBarHeight in case we are in 3D mode but not for Percent // where we need to display the top rect but cant resize the YAxis. if ( params()->barChartSubType() == KDChartParams::BarStacked || diff --git a/libkdchart/KDChartParams.cpp b/libkdchart/KDChartParams.cpp index efc2362..333b12e 100644 --- a/libkdchart/KDChartParams.cpp +++ b/libkdchart/KDChartParams.cpp @@ -6675,7 +6675,7 @@ void KDChartParams::setBWChartPrintStatistics( BWStatVal statValue, prints the legend entries below each other, Qt::Horizontal prints them aside each other. - \noteQt::Horizontal orientation is only possible if the chart is NOT making + \note Horizontal orientation is only possible if the chart is NOT making room in horizontal direction, this means you may specify horizontal orientation if the legend position in one of the following values only: LegendTop, LegendBottom, LegendTopLeftTop, LegendTopRightTop,