aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-factory-etable.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/menus/gal-view-factory-etable.c')
-rw-r--r--widgets/menus/gal-view-factory-etable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/menus/gal-view-factory-etable.c b/widgets/menus/gal-view-factory-etable.c
index 52f759ab37..def35a82b4 100644
--- a/widgets/menus/gal-view-factory-etable.c
+++ b/widgets/menus/gal-view-factory-etable.c
@@ -31,7 +31,7 @@
G_DEFINE_TYPE (GalViewFactoryEtable, gal_view_factory_etable, GAL_VIEW_FACTORY_TYPE)
-static const char *
+static const gchar *
gal_view_factory_etable_get_title (GalViewFactory *factory)
{
return _("Table");
@@ -39,12 +39,12 @@ gal_view_factory_etable_get_title (GalViewFactory *factory)
static GalView *
gal_view_factory_etable_new_view (GalViewFactory *factory,
- const char *name)
+ const gchar *name)
{
return gal_view_etable_new(GAL_VIEW_FACTORY_ETABLE(factory)->spec, name);
}
-static const char *
+static const gchar *
gal_view_factory_etable_get_type_code (GalViewFactory *factory)
{
return "etable";