diff options
Diffstat (limited to 'kpresenter/KPrPage.cpp')
-rw-r--r-- | kpresenter/KPrPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrPage.cpp b/kpresenter/KPrPage.cpp index 656b48e2..81c5a412 100644 --- a/kpresenter/KPrPage.cpp +++ b/kpresenter/KPrPage.cpp @@ -1427,7 +1427,7 @@ void KPrPage::insertClosedLine( const KoPointArray &points, const KoRect &r, con _type = i18n( "Closed Polyline" ); _name = i18n( "Insert Closed Polyline" ); } - else if ( _mode == INS_CLOSED_TQUADRICBEZIERCURVE ) { + else if ( _mode == INS_CLOSED_QUADRICBEZIERCURVE ) { _type = i18n( "Closed Quadric Bezier Curve" ); _name = i18n( "Insert Closed Quadric Bezier Curve" ); } |