[freeside-commits] freeside/rt/etc RT_Config.pm.in,1.2,1.3

Ivan,,, ivan at wavetail.420.am
Mon Mar 3 15:12:45 PST 2008


Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail.420.am:/tmp/cvs-serv10951/etc

Modified Files:
	RT_Config.pm.in 
Log Message:
merge in rt 3.6.6.  *gulp*!

Index: RT_Config.pm.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- RT_Config.pm.in	3 Aug 2007 22:43:58 -0000	1.2
+++ RT_Config.pm.in	3 Mar 2008 23:12:43 -0000	1.3
@@ -505,6 +505,13 @@
 
 Set($DontSearchFileAttachments, undef);
 
+# The GD module (which RT uses for graphs) uses a builtin font that doesn't
+# have full Unicode support. You can use a particular TrueType font by setting
+# $ChartFont to the absolute path of that font. Your GD library must have
+# support for TrueType fonts to use this option.
+
+Set($ChartFont, undef);
+
 
 # }}}
 



More information about the freeside-commits mailing list