diff options
author | Slávek Banko <[email protected]> | 2015-03-05 05:03:32 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-03-05 05:38:11 +0100 |
commit | 5254056d0fbc4d05dde43c7ad44c085decf8569d (patch) | |
tree | 7f90c18f437c297fe12cc19dc96914e2b8cace4a /filters/karbon | |
parent | 0a817ecfcd6e71f30c1261d43cb4d019557dd878 (diff) | |
download | koffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.tar.gz koffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.zip |
Fix incorrectly renamed strings
(cherry picked from commit f9f32cc93e35d51abba0fb9f26afc211c60a5ea4)
Diffstat (limited to 'filters/karbon')
-rw-r--r-- | filters/karbon/msod/msod.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/karbon/msod/msod.cc b/filters/karbon/msod/msod.cc index 4931b938..35445e18 100644 --- a/filters/karbon/msod/msod.cc +++ b/filters/karbon/msod/msod.cc @@ -153,8 +153,8 @@ void Msod::drawShape( "NOTCHEDRIGHTARROW", // Notchedrightarrow "BLOCKARC", // Blockarc "SMILEYFACE", // Smileyface - "VERTICALSCROLL", //Qt::Verticalscroll - "HORIZONTALSCROLL", //Qt::Horizontalscroll + "VERTICALSCROLL", // Verticalscroll + "HORIZONTALSCROLL", // Horizontalscroll "CIRCULARARROW", // Circulararrow "NOTCHEDCIRCULARARROW", // Notchedcirculararrow "UTURNARROW", // Uturnarrow |