[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3184
Author: scorpio810
Date: 2014-06-28 17:13:37 +0200 (Sat, 28 Jun 2014)
Log Message:
-----------
Fix typo
Modified Paths:
--------------
trunk/sources/properties/xrefproperties.cpp
Modified: trunk/sources/properties/xrefproperties.cpp
===================================================================
--- trunk/sources/properties/xrefproperties.cpp 2014-06-27 18:34:18 UTC (rev 3183)
+++ trunk/sources/properties/xrefproperties.cpp 2014-06-28 15:13:37 UTC (rev 3184)
@@ -62,7 +62,7 @@
* @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";