gnucash-docs stable: C:Manual:CSV Import: show icons

Frank H.Ellenberger fell at code.gnucash.org
Sat Jan 6 23:41:08 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/9ae771eb (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/523d1bb4 (commit)



commit 9ae771eb44b20699c851f7d3893c90c96d0d8cf7
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Jan 7 03:55:56 2024 +0100

    C:Manual:CSV Import: show icons

diff --git a/C/manual/CMakeLists.txt b/C/manual/CMakeLists.txt
index 12132271..9978c1a3 100644
--- a/C/manual/CMakeLists.txt
+++ b/C/manual/CMakeLists.txt
@@ -27,6 +27,8 @@ set (figures
         figures/CSV_Import_transactions_Preview.png
         figures/CSV_Transaction_Import_Assistant.png
         figures/Choose_Export_Settings.png
+        figures/Icon_Delete.png
+        figures/Icon_Save.png
         figures/Import_Map_Editor.png
         figures/Import_MatchPicker.png
         figures/Import_QIF_Druid.png
diff --git a/C/manual/ch_Transactions.xml b/C/manual/ch_Transactions.xml
index 9337253f..2ba9ecf4 100644
--- a/C/manual/ch_Transactions.xml
+++ b/C/manual/ch_Transactions.xml
@@ -1746,7 +1746,12 @@ Translators:
                     <listitem>
                       <para>Once you have set all the import parameters, you can save these settings by typing a unique name in
                         the <guilabel>Load and Save Settings Entry</guilabel> combo box and clicking
-                        the Save icon just to the right of the box.
+                        the Save icon <guiicon><inlinemediaobject>
+                        <imageobject>
+                          <imagedata fileref="figures/Icon_Save.png"
+                                     srccredit="David Cousens"/>
+                        </imageobject>
+                      </inlinemediaobject></guiicon> just to the right of the box.
                       </para>
                     </listitem>
                   </varlistentry>
@@ -1766,7 +1771,12 @@ Translators:
                     <term>Delete</term>
 
                     <listitem>
-                      <para>The delete/trashcan icon to the right of the Save icon can be used to remove the saved settings
+                      <para>The Delete/Trashcan icon <guiicon><inlinemediaobject>
+                        <imageobject>
+                          <imagedata fileref="figures/Icon_Delete.png"
+                                     srccredit="David Cousens"/>
+                        </imageobject>
+                      </inlinemediaobject></guiicon> to the right of the Save icon can be used to remove the saved settings
                         group selected from the drop down list for the box.
                       </para>
                     </listitem>
diff --git a/C/manual/figures/CSV_Import_Transactions_Delete.png b/C/manual/figures/Icon_Delete.png
similarity index 100%
rename from C/manual/figures/CSV_Import_Transactions_Delete.png
rename to C/manual/figures/Icon_Delete.png
diff --git a/C/manual/figures/CSV_Import_Transactions_Save.png b/C/manual/figures/Icon_Save.png
similarity index 100%
rename from C/manual/figures/CSV_Import_Transactions_Save.png
rename to C/manual/figures/Icon_Save.png



Summary of changes:
 C/manual/CMakeLists.txt                                   |   2 ++
 C/manual/ch_Transactions.xml                              |  14 ++++++++++++--
 ...CSV_Import_Transactions_Delete.png => Icon_Delete.png} | Bin
 .../{CSV_Import_Transactions_Save.png => Icon_Save.png}   | Bin
 4 files changed, 14 insertions(+), 2 deletions(-)
 rename C/manual/figures/{CSV_Import_Transactions_Delete.png => Icon_Delete.png} (100%)
 rename C/manual/figures/{CSV_Import_Transactions_Save.png => Icon_Save.png} (100%)



More information about the gnucash-changes mailing list