add revert button image. Add new comboBox feature - cancel and return to latest selec...
[mdictionary] / src / mdictionary / qml / GoogleDialog.qml
index 8235499..13e9526 100644 (file)
@@ -126,8 +126,7 @@ Rectangle{
         anchors.top: fromLabel.top
         anchors.topMargin: fromLabel.height /2
         anchors.right: parent.right
-//        pathToIcon: //gimp again, ech
-        pathToIcon: "qrc:/button/up_enable.png"; //temp
+        pathToIcon: "qrc:/button/revert.png"
         onClicked: { rectangle1.revertLang() }
     }