[gnome-autoar] Replace filename tag with basename tag



commit 58860888c866d25116a2502e9c74a3d893cddd8f
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Fri Aug 6 23:51:53 2021 +0200

    Replace filename tag with basename tag
    
    The `filename` tag in enum files shows the whole file path. This has
    been replaced with the `basename` tag just to show the file name.

 gnome-autoar/autoar-enum-types.c.template | 4 ++--
 gnome-autoar/autoar-enum-types.h.template | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-autoar/autoar-enum-types.c.template b/gnome-autoar/autoar-enum-types.c.template
index 96aee62..5a7a673 100644
--- a/gnome-autoar/autoar-enum-types.c.template
+++ b/gnome-autoar/autoar-enum-types.c.template
@@ -4,8 +4,8 @@
 /*** END file-header ***/
 
 /*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
-#include "@filename@"
+/* enumerations from "@basename@" */
+#include "@basename@"
 
 /*** END file-production ***/
 
diff --git a/gnome-autoar/autoar-enum-types.h.template b/gnome-autoar/autoar-enum-types.h.template
index d2dbecf..7008f2d 100644
--- a/gnome-autoar/autoar-enum-types.h.template
+++ b/gnome-autoar/autoar-enum-types.h.template
@@ -9,7 +9,7 @@ G_BEGIN_DECLS
 /*** END file-header ***/
 
 /*** BEGIN file-production ***/
-/* Enumerations from "@filename@" */
+/* Enumerations from "@basename@" */
 
 /*** END file-production ***/
 


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