summaryrefslogtreecommitdiff
path: root/ext/tk/sample/demos-jp/aniwave.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/demos-jp/aniwave.rb')
-rw-r--r--ext/tk/sample/demos-jp/aniwave.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/tk/sample/demos-jp/aniwave.rb b/ext/tk/sample/demos-jp/aniwave.rb
index 973c1be1e9..866316c331 100644
--- a/ext/tk/sample/demos-jp/aniwave.rb
+++ b/ext/tk/sample/demos-jp/aniwave.rb
@@ -1,4 +1,4 @@
-# -*- coding: euc-jp -*-
+# -*- coding: utf-8 -*-
#
# animated wave demo (called by 'widget')
#
@@ -24,15 +24,15 @@ msg = TkLabel.new(base_frame) {
font $font
wraplength '4i'
justify 'left'
- text 'このデモでは、ラインアイテムが一つだけ描かれたキャンバスウィジェットが表示されています。アニメーション処理は、そのラインアイテムの座標値を変更することで実現しています。'
+ text '≪сゃ潟≪ゃ筝ゃc潟鴻c吾с茵腓冴障≪<若激с喝ゃ潟≪ゃ綺фゃ紊眼у憗障'
}
msg.pack('side'=>'top')
# create frame
TkFrame.new(base_frame) {|frame|
TkButton.new(frame) {
- #text '了解'
- text '閉じる'
+ #text '篋茹'
+ text ''
command proc{
tmppath = $aniwave_demo
$aniwave_demo = nil
@@ -41,7 +41,7 @@ TkFrame.new(base_frame) {|frame|
}.pack('side'=>'left', 'expand'=>'yes')
TkButton.new(frame) {
- text 'コード参照'
+ text '潟若'
command proc{showCode 'aniwave'}
}.pack('side'=>'left', 'expand'=>'yes')