uppercase line names (fixes #14)
[pywienerlinien] / qml / MainPage.qml
index af36767..5c91374 100644 (file)
@@ -57,6 +57,8 @@ Page {
             // set selectedIndex in lineSelector to the right item
             gstation.text = ''
 
+            text = text.toUpperCase()
+
             if (lineSelector.selectedIndex == -1) {
                 return
             }