[nautilus-actions] Homogeneize png names



commit 9e3e193a00dd9e277ed653f1989d1ec215f9eca0
Author: Pierre Wieser <pwieser trychlos org>
Date:   Tue Sep 8 17:39:48 2015 +0200

    Homogeneize png names

 src/io-xml/Makefile.am                             |    6 +++---
 .../{export-dump.png => fma-xml-export-dump.png}   |  Bin 4872 -> 4872 bytes
 ...chemas-v1.png => fma-xml-export-schemas-v1.png} |  Bin 4830 -> 4830 bytes
 ...chemas-v2.png => fma-xml-export-schemas-v2.png} |  Bin 4821 -> 4821 bytes
 src/io-xml/fma-xml-formats.c                       |    6 +++---
 5 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/io-xml/Makefile.am b/src/io-xml/Makefile.am
index 1e34fd7..372a03f 100644
--- a/src/io-xml/Makefile.am
+++ b/src/io-xml/Makefile.am
@@ -66,9 +66,9 @@ libna_io_xml_la_LDFLAGS = \
        $(NULL)
 
 images_files = \
-       export-dump.png                                                                         \
-       export-schemas-v1.png                                                           \
-       export-schemas-v2.png                                                           \
+       fma-xml-export-dump.png                                                         \
+       fma-xml-export-schemas-v1.png                                           \
+       fma-xml-export-schemas-v2.png                                           \
        $(NULL)
 
 provider_data_DATA = \
diff --git a/src/io-xml/fma-xml-formats.c b/src/io-xml/fma-xml-formats.c
index cb50ff3..7d8ee4f 100644
--- a/src/io-xml/fma-xml-formats.c
+++ b/src/io-xml/fma-xml-formats.c
@@ -58,7 +58,7 @@ static NaxmlExportFormat fma_xml_formats[] = {
                                "- Import assistant of the FileManager-Actions Configuration Tool,\n" \
                                "- drag-n-drop into the FileManager-Actions Configuration Tool,\n" \
                                "- or via the gconftool-2 --import-schema-file command-line tool." ),
-                       "export-schemas-v1.png" },
+                       "fma-xml-export-schemas-v1.png" },
 
        /* GCONF_SCHEMA_V2: the lightest schema still compatible with gconftool-2 --install-schema-file
         * (no owner, no short nor long descriptions) - introduced in v 1.11
@@ -73,7 +73,7 @@ static NaxmlExportFormat fma_xml_formats[] = {
                                "- Import assistant of the FileManager-Actions Configuration Tool,\n" \
                                "- drag-n-drop into the FileManager-Actions Configuration Tool,\n" \
                                "- or via the gconftool-2 --import-schema-file command-line tool." ),
-                       "export-schemas-v2.png" },
+                       "fma-xml-export-schemas-v2.png" },
 
        /* GCONF_ENTRY: not a schema, but a dump of the GConf entry
         * introduced in v 1.11
@@ -88,7 +88,7 @@ static NaxmlExportFormat fma_xml_formats[] = {
                                "- Import assistant of the FileManager-Actions Configuration Tool (1.11 and 
above),\n" \
                                "- drag-n-drop into the FileManager-Actions Configuration Tool (1.11 and 
above),\n" \
                                "- or via the gconftool-2 --load command-line tool." ),
-                       "export-dump.png" },
+                       "fma-xml-export-dump.png" },
 
        { NULL }
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]