[rkward] rkward/plugins/00saveload/import: Fix element reference

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Jan 16 15:38:28 UTC 2016


Git commit 103b2f9dc3b6dc00ab345dd4e5b7953f70183183 by Thomas Friedrichsmeier.
Committed on 16/01/2016 at 15:38.
Pushed by tfry into branch 'master'.

Fix element reference

M  +1    -1    rkward/plugins/00saveload/import/import_xls.rkh

http://commits.kde.org/rkward/103b2f9dc3b6dc00ab345dd4e5b7953f70183183

diff --git a/rkward/plugins/00saveload/import/import_xls.rkh b/rkward/plugins/00saveload/import/import_xls.rkh
index 441746e..3d9ce65 100644
--- a/rkward/plugins/00saveload/import/import_xls.rkh
+++ b/rkward/plugins/00saveload/import/import_xls.rkh
@@ -13,7 +13,7 @@ and requires a working Perl setup. In case this does not work on your system, or
 	<settings>
 		<caption id="tab_general"/>
 		<setting id="file">The filename of the file to import</setting>
-		<setting id="name">The name of an R object to store the imported data in. If you choose an existing symbol name, you will be prompted, whether to overwrite this object.</setting>
+		<setting id="sheetname">The name of an R object to store the imported data in. If you choose an existing symbol name, you will be prompted, whether to overwrite this object.</setting>
 		<setting id="sheetname">Specifies the sheet to be imported</setting>
 		<setting id="verbose">Print details as the file is processed. This may be helpful in troubleshooting.</setting>
 		<setting id="skip">Number of rows to skip at the top</setting>



More information about the rkward-tracker mailing list