[gimp] plug-ins: rename procedure file-gtm-save to file-html-table-save



commit d84d42c835d3c7a793172840cb3883edd41c496c
Author: Michael Natterer <mitch gimp org>
Date:   Sat Oct 5 19:32:17 2019 +0200

    plug-ins: rename procedure file-gtm-save to file-html-table-save

 plug-ins/common/file-html-table.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-html-table.c b/plug-ins/common/file-html-table.c
index 6e6ce43243..13661ff083 100644
--- a/plug-ins/common/file-html-table.c
+++ b/plug-ins/common/file-html-table.c
@@ -57,7 +57,7 @@
 #include "libgimp/stdplugins-intl.h"
 
 
-#define SAVE_PROC      "file-gtm-save"
+#define SAVE_PROC      "file-html-table-save"
 #define PLUG_IN_BINARY "file-html-table"
 #define PLUG_IN_ROLE   "gimp-file-html-table"
 
@@ -131,7 +131,7 @@ G_DEFINE_TYPE (Html, html, GIMP_TYPE_PLUG_IN)
 GIMP_MAIN (HTML_TYPE)
 
 
-  static GTMValues gtmvals =
+static GTMValues gtmvals =
 {
   "Made with GIMP Table Magic",  /* caption text */
   "&nbsp;",  /* cellcontent text */


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