Branch: master

569afa37 2015-03-04 22:07:54 Slávek Banko
Fix incorrectly renamed strings
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);
     }