diff options
Diffstat (limited to 'ext/tk/sample/tkextlib/ICONS')
| -rw-r--r-- | ext/tk/sample/tkextlib/ICONS/LICENSE.orig | 2 | ||||
| -rw-r--r-- | ext/tk/sample/tkextlib/ICONS/viewIcons.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/sample/tkextlib/ICONS/LICENSE.orig b/ext/tk/sample/tkextlib/ICONS/LICENSE.orig index 1a03ced2d..71e359559 100644 --- a/ext/tk/sample/tkextlib/ICONS/LICENSE.orig +++ b/ext/tk/sample/tkextlib/ICONS/LICENSE.orig @@ -2,7 +2,7 @@ ######################################################################### ### The following text is the original file of the Tcl/Tk extension. ### ### Icon data files ( those are 'tkIcons', 'tkIcons-sample.kde', and ### - ### 'tkIcons.kde' ) are refered from the source archive of ICONS ### + ### 'tkIcons.kde' ) are quoted from the source archive of ICONS ### ### extension. As the following document describes, those icon images ### ### are not applied the license. ### ######################################################################### diff --git a/ext/tk/sample/tkextlib/ICONS/viewIcons.rb b/ext/tk/sample/tkextlib/ICONS/viewIcons.rb index 84b3d0f63..fa8741f41 100644 --- a/ext/tk/sample/tkextlib/ICONS/viewIcons.rb +++ b/ext/tk/sample/tkextlib/ICONS/viewIcons.rb @@ -228,7 +228,7 @@ class ViewIcons name = @icon_name[item] data_width = 60 - cmd = "#{name} = TkPhotoImage.new(:date=><<'EOD')\n" + cmd = "#{name} = TkPhotoImage.new(:data=><<'EOD')\n" icon_data = Tk::ICONS.query(name, :file=>@library.value, :items=>'d')[0][0] |
