X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=lib%2Fredact%2Fsource.rb;h=dbfd70a7aa93c9c40116530c5a63ac7de2ca7ce3;hb=e0e880a9a7503d2df9a2413d5e7440b8a8cc4f1f;hp=2662aff7dcf4a7a11d10ff6615d9538f382ff950;hpb=2c25c90e2aaf57a7508a7988f58b2784d5071a7e;p=redact.git diff --git a/lib/redact/source.rb b/lib/redact/source.rb index 2662aff..dbfd70a 100644 --- a/lib/redact/source.rb +++ b/lib/redact/source.rb @@ -1,6 +1,4 @@ #-- -# $Id: source.rb 1 2005-03-26 01:32:38Z tilman $ -# # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining @@ -61,8 +59,8 @@ module Redact end def to_eet_properties - {"file" => [@font.filename], - "name" => [@font.filename]} + {"file" => [@font.save_as], + "name" => [@font.alias]} end end