Commit a3c2c4a4 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Creator property added for generated pdf files

git-svn-id: http://redmine.rubyforge.org/svn/trunk@224 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 8316e786
......@@ -22,6 +22,11 @@ module IfpdfHelper
class IFPDF < FPDF
attr_accessor :footer_date
def initialize
super
SetCreator("redMine #{Redmine::VERSION}")
end
def Cell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
@ic ||= Iconv.new('ISO-8859-1', 'UTF-8')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment