From 3c7ce5771ea086b4caa2c33c60547586b1c997e2 Mon Sep 17 00:00:00 2001 From: dooglus Date: Thu, 10 Jan 2008 16:08:44 +0000 Subject: [PATCH] Use the translated version of the type name in the parameter dialog. git-svn-id: http://svn.voria.com/code@1314 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/canvastreestore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/canvastreestore.cpp b/synfig-studio/trunk/src/gtkmm/canvastreestore.cpp index 86d4277..d9bacd3 100644 --- a/synfig-studio/trunk/src/gtkmm/canvastreestore.cpp +++ b/synfig-studio/trunk/src/gtkmm/canvastreestore.cpp @@ -206,7 +206,7 @@ CanvasTreeStore::get_value_vfunc(const Gtk::TreeModel::iterator& iter, int colum { if(!value_desc.is_value_node() || value_desc.get_value_node()->get_name()=="constant") { - x.set(ValueBase::type_name(value_desc.get_value_type())); + x.set(ValueBase::type_local_name(value_desc.get_value_type())); } else { -- 2.7.4