[rkward] rkward/plugins/00saveload/import: Fix duplicate attribute
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Thu Jan 14 21:23:36 UTC 2016
Git commit 681b6be7553da63ee1e3851a54b18d013bebad44 by Thomas Friedrichsmeier.
Committed on 14/01/2016 at 21:23.
Pushed by tfry into branch 'master'.
Fix duplicate attribute
M +1 -1 rkward/plugins/00saveload/import/import_xls.xml
http://commits.kde.org/rkward/681b6be7553da63ee1e3851a54b18d013bebad44
diff --git a/rkward/plugins/00saveload/import/import_xls.xml b/rkward/plugins/00saveload/import/import_xls.xml
index 41f5b2c..d0660d8 100644
--- a/rkward/plugins/00saveload/import/import_xls.xml
+++ b/rkward/plugins/00saveload/import/import_xls.xml
@@ -13,7 +13,7 @@
<browser type="file" allow_urls="true" id="file" filter="*.xls *.xlsx" label="File name" />
<input label="Name or number of sheet" id="sheetname" initial="1" size="medium" />
<frame>
- <checkbox id="header" value="TRUE" value_unchecked="FALSE" checked="false" label="Use first row as column names" checked="true"/>
+ <checkbox id="header" value="TRUE" value_unchecked="FALSE" label="Use first row as column names" checked="true"/>
</frame>
<frame>
<saveobject id="saveto" initial="my.xls.data" label="Object to save to"/>
More information about the rkward-tracker
mailing list