OSDN Git Service

add lib/manifest/local/view/filer
[pettanr/pettanr.git] / lib / manifest / filer.rb
index 2b5cbbf..57c6a06 100644 (file)
@@ -35,8 +35,8 @@ module Manifest
     end
     
     def init
-      @symbol = FilerModule::Symbol.new self, @filer_manifest['symbol']
-      @caption = FilerModule::Caption.new self, @filer_manifest['caption']
+      @symbol = FilerModule::SymbolFactory.factory self, @filer_manifest['symbol']
+      @caption = FilerModule::CaptionFactory.factory self, @filer_manifest['caption']
       @summary = FilerModule::SummaryFactory.factory self, @filer_manifest['summary']
       @icon = FilerModule::IconFactory.factory self, @filer_manifest['icon']
       @date = FilerModule::DateFactory.factory self, @filer_manifest['date']