change html to xml in funcions names
[mdictionary] / src / mdictionary / backbone / Bookmarks.cpp
index a3a0fca..e046157 100644 (file)
@@ -68,7 +68,7 @@ void Bookmarks::add(Translation* translation) {
     cur.prepare("insert into bookmarks values (?,?,?)");
     cur.addBindValue(translation->key());
     cur.addBindValue(removeAccents(translation->key()));
-    cur.addBindValue(translation->toHtml());
+    cur.addBindValue(translation->toXml());
     cur.exec();
     db.close();
 }