mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/sample/ttk_wrapper.rb: minor bug fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3024ffdc3a
commit
debfdb311a
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ ThemesList.uniq!
|
|||
# set theme of widget style
|
||||
##########################################################################
|
||||
if OPTS[:list] || OPTS[:verbose]
|
||||
print "supported theme names: #{ThemesList}\n"
|
||||
print "supported theme names: #{ThemesList.inspect}\n"
|
||||
exit if OPTS[:list] && ARGV.empty?
|
||||
end
|
||||
print "use theme: \"#{OPTS[:theme]}\"\n" if OPTS[:theme] && OPTS[:verbose]
|
||||
|
|
Loading…
Reference in a new issue