From: dooglus Date: Thu, 10 Jan 2008 16:08:36 +0000 (+0000) Subject: Prototype to go with the last commit! X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=43d96678e1fd5cd3b22f7c2cf3adc7d362a2b684;p=synfig.git Prototype to go with the last commit! git-svn-id: http://svn.voria.com/code@1313 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/value.h b/synfig-core/trunk/src/synfig/value.h index 3c41949..0195db5 100644 --- a/synfig-core/trunk/src/synfig/value.h +++ b/synfig-core/trunk/src/synfig/value.h @@ -280,6 +280,9 @@ public: //! Returns a string containing the name of the given Type static String type_name(Type id); + //! Returns a string containing the translated name of the given Type + static String type_local_name(Type id); + //! Returns a the corresponding Type of the described type static Type ident_type(const String &str);