From 8c5f953897d075a5a8bf8c06a11bdff748fb54b9 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sat, 28 Jun 2014 15:13:37 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3184 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/properties/xrefproperties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/properties/xrefproperties.cpp b/sources/properties/xrefproperties.cpp index 8f7b46c14..c4bb70924 100644 --- a/sources/properties/xrefproperties.cpp +++ b/sources/properties/xrefproperties.cpp @@ -62,7 +62,7 @@ void XRefProperties::fromSettings(const QSettings &settings, const QString prefi * @param xml_element: QDomElement to use for saving */ void XRefProperties::toXml(QDomElement &xml_element) const { - xml_element.setAttribute("showpowerctc", m_show_power_ctc? "true" : "fasle"); + xml_element.setAttribute("showpowerctc", m_show_power_ctc? "true" : "false"); QString display = m_display == Cross? "cross" : "contacts"; xml_element.setAttribute("displayhas", display); QString snap = m_snap_to == Bottom? "bottom" : "label";