Index: sources/storage/Settings.cpp =================================================================== diff -u -r39a514158384c0ad4bfcfb90bafbaa4ca8dc5a26 -rd59edcf7fa2a0f096e22d330012dbaefa4bda374 --- sources/storage/Settings.cpp (.../Settings.cpp) (revision 39a514158384c0ad4bfcfb90bafbaa4ca8dc5a26) +++ sources/storage/Settings.cpp (.../Settings.cpp) (revision d59edcf7fa2a0f096e22d330012dbaefa4bda374) @@ -162,6 +162,7 @@ } else { key = line; + key = convertToRichText(key); } _Settings.add(vDetail.category, group, key, QVariant(value), enableDuplicateKey); // DEBUG: qDebug() << group << key << value << location << category;