Removed RCS-style IDs.
[redact.git] / lib / redact / source.rb
index 9a6d36376cba023eb9065919adbe127cae80189d..dbfd70a7aa93c9c40116530c5a63ac7de2ca7ce3 100644 (file)
@@ -1,6 +1,4 @@
 #--
-# $Id: source.rb 48 2005-06-08 21:38:34Z tilman $
-#
 # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
 #
 # Permission is hereby granted, free of charge, to any person obtaining
@@ -61,7 +59,7 @@ module Redact
                end
 
                def to_eet_properties
-                       {"file" => [@font.filename],
+                       {"file" => [@font.save_as],
                         "name" => [@font.alias]}
                end
        end