Made a note that type names shouldn't be translated.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 30 Sep 2007 20:48:30 +0000 (20:48 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 30 Sep 2007 20:48:30 +0000 (20:48 +0000)
git-svn-id: http://svn.voria.com/code@803 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/value.cpp

index 9003618..4a7902d 100644 (file)
@@ -289,6 +289,7 @@ ValueBase::clear()
 String
 ValueBase::type_name(Type id)
 {
+       // don't internationalize these type names - they're using in .sif files
        switch(id)
        {
        case TYPE_REAL: