aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/defaults.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v4/defaults.rb')
-rw-r--r--lib/sisu/v4/defaults.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v4/defaults.rb b/lib/sisu/v4/defaults.rb
index fbb7c8af..aa80c72b 100644
--- a/lib/sisu/v4/defaults.rb
+++ b/lib/sisu/v4/defaults.rb
@@ -62,7 +62,7 @@ module SiSU_Viz
include SiSU_Env
require_relative 'css' # css.rb
include SiSU_Style
- class Skin
+ class Defaults
def initialize
@fonts='verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman' # 'verdana, arial, georgia, tahoma, sans-serif, helvetica, "times new roman", times, roman'
@dir=SiSU_Env::InfoEnv.new
@@ -950,7 +950,7 @@ WOK
''
end
end
- class Home < Skin
+ class Home < Defaults
def initialize
@v=SiSU_Env::InfoVersion.instance.get_version
@dir=SiSU_Env::InfoEnv.new
@@ -1341,7 +1341,7 @@ WOK
end
class Inserts
end
- class TeX < Skin
+ class TeX < Defaults
def initialize(papersize='')
@papersize=papersize
end