[glom] TranslatableItem: Remove the Field Title else.



commit ceaf28f96fef44ca32a21f9e8feb5746cf58b078
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Dec 3 09:39:59 2014 +0100

    TranslatableItem: Remove the Field Title else.
    
    There is no such thing apparently.

 glom/libglom/data_structure/translatable_item.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/glom/libglom/data_structure/translatable_item.cc 
b/glom/libglom/data_structure/translatable_item.cc
index 5732861..e8b55ab 100644
--- a/glom/libglom/data_structure/translatable_item.cc
+++ b/glom/libglom/data_structure/translatable_item.cc
@@ -242,8 +242,6 @@ Glib::ustring TranslatableItem::get_translatable_type_name(enumTranslatableItemT
     return _("Table");
   else if(item_type == TRANSLATABLE_TYPE_LAYOUT_ITEM)
     return _("Layout Group");
-  else if(item_type == TRANSLATABLE_TYPE_FIELD_TITLE)
-    return _("Field Title");
   else if(item_type == TRANSLATABLE_TYPE_BUTTON)
     return _("Button");
   else if(item_type == TRANSLATABLE_TYPE_TEXTOBJECT)


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