[gnome-builder] templates: fix autotools template names



commit 5f5bc7e001557aff732a605aed2ad845d5298f48
Author: Christian Hergert <chergert redhat com>
Date:   Sun Sep 3 17:14:07 2017 -0700

    templates: fix autotools template names
    
    These aren't enabled by default, but should they be enabled, make sure
    that they don't collide with the meson templates.

 .../autotools_templates/__init__.py                |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/autotools-templates/autotools_templates/__init__.py 
b/plugins/autotools-templates/autotools_templates/__init__.py
index f348d67..afe98c1 100644
--- a/plugins/autotools-templates/autotools_templates/__init__.py
+++ b/plugins/autotools-templates/autotools_templates/__init__.py
@@ -262,7 +262,7 @@ class LibraryProjectTemplate(AutotoolsTemplate):
     def __init__(self):
         super().__init__(
             'shared-library',
-            _("Shared Library"),
+            _("Shared Library (Autotools)"),
             'pattern-library',
             _("Create a new autotools project with a shared library"),
             ['C', 'C++', 'Vala']
@@ -288,7 +288,7 @@ class EmptyProjectTemplate(AutotoolsTemplate):
     def __init__(self):
         super().__init__(
             'empty',
-            _("Empty Project"),
+            _("Empty Project (Autotools)"),
             # it would be nice to have a different icon here.
             'pattern-library',
             _("Create a new empty autotools project"),
@@ -305,7 +305,7 @@ class GnomeProjectTemplate(AutotoolsTemplate):
     def __init__(self):
         super().__init__(
             'gnome-app',
-            _("GNOME Application"),
+            _("GNOME Application (Autotools)"),
             'pattern-gnome',
             _("Create a new flatpak-ready GNOME application"),
             ['C', 'C++', 'Vala', 'Python']


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