[rkward] rkward/plugins/00saveload/import: Assign explicit labels to the previews, to allow the help files to refer to them.

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Wed Jan 13 06:00:28 UTC 2016


Git commit 84b78aadc83b582997ab47e2ee0e456b381993fe by Thomas Friedrichsmeier.
Committed on 13/01/2016 at 05:59.
Pushed by tfry into branch 'master'.

Assign explicit labels to the previews, to allow the help files to refer to them.

M  +1    -1    rkward/plugins/00saveload/import/import_csv.xml
M  +1    -1    rkward/plugins/00saveload/import/import_spss.xml
M  +1    -1    rkward/plugins/00saveload/import/import_stata.xml

http://commits.kde.org/rkward/84b78aadc83b582997ab47e2ee0e456b381993fe

diff --git a/rkward/plugins/00saveload/import/import_csv.xml b/rkward/plugins/00saveload/import/import_csv.xml
index 94b2cf3..8614960 100644
--- a/rkward/plugins/00saveload/import/import_csv.xml
+++ b/rkward/plugins/00saveload/import/import_csv.xml
@@ -138,7 +138,7 @@
 					<saveobject id="name" initial="my.csv.data" label="Object to save to"/>
 					<checkbox id="doedit" value="1" value_unchecked="0" label="Open imported data for editing" checked="true" />
 				</frame>
-				<preview id="preview" active="true" mode="data"/>
+				<preview id="preview" active="true" mode="data" label="Preview"/>
 			</tab>
 			<tab id="tab_rows" label="Rows and Columns" >
 				<row>
diff --git a/rkward/plugins/00saveload/import/import_spss.xml b/rkward/plugins/00saveload/import/import_spss.xml
index 19622e8..0fbb2a0 100644
--- a/rkward/plugins/00saveload/import/import_spss.xml
+++ b/rkward/plugins/00saveload/import/import_spss.xml
@@ -33,7 +33,7 @@
 					<spinbox id="labels_limit" type="integer" initial="1000000" min="1" label="Maximum number of labels per object" />
 					<checkbox id="trim_labels" checked="false" label="Trim white space" value="1" value_unchecked="0"/>
 				</frame>
-				<preview id="preview" active="true" mode="data"/>
+				<preview id="preview" active="true" mode="data" label="Preview"/>
 			</tab>
 			<insert snippet="encoding_tab"/>
 		</tabbook>
diff --git a/rkward/plugins/00saveload/import/import_stata.xml b/rkward/plugins/00saveload/import/import_stata.xml
index 414e987..6ed1106 100644
--- a/rkward/plugins/00saveload/import/import_stata.xml
+++ b/rkward/plugins/00saveload/import/import_stata.xml
@@ -26,7 +26,7 @@
 					<checkbox id="missing_type" checked="false" label="For version 8 or later, store information about different types of missing data?" value="1" value_unchecked="0"/>
 					<checkbox id="convert_underscore" checked="false" label="Convert '_' in Stata variable names to '.' in R names" value="1" value_unchecked="0"/>
 				</frame>
-				<preview id="preview" active="true" mode="data"/>
+				<preview id="preview" active="true" mode="data" label="Preview"/>
 			</tab>
 			<insert snippet="encoding_tab"/>
 		</tabbook>



More information about the rkward-tracker mailing list