Branch: r14.0.x

73831000 2015-03-04 22:41:45 Slávek Banko
Fix incorrectly renamed strings
(cherry picked from commit 569afa3735116e0ba8d2e4122c5f5a421b7f632f)
M noatun/modules/kaiman/style.cpp
diff --git a/noatun/modules/kaiman/style.cpp b/noatun/modules/kaiman/style.cpp
index 2c31815..a11f569 100644
--- a/noatun/modules/kaiman/style.cpp
+++ b/noatun/modules/kaiman/style.cpp
@@ -1098,7 +1098,7 @@
     l_kse_elem->element = l_s_elem;
 
     if (  l_s_tokenTypes.left(1) == "V" ) {
-        //Qt::Vertical flag
+        // Vertical flag
         l_vertPixmaps = true;
         l_s_tokenTypes = l_s_tokenTypes.mid(1);
     }