summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkconsole.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkconsole.rb')
-rw-r--r--ext/tk/lib/tkconsole.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/lib/tkconsole.rb b/ext/tk/lib/tkconsole.rb
index 0129501bee..d97df159fc 100644
--- a/ext/tk/lib/tkconsole.rb
+++ b/ext/tk/lib/tkconsole.rb
@@ -7,6 +7,8 @@ module TkConsole
include Tk
extend Tk
+ TkCommandNames = ['console'.freeze].freeze
+
def self.title(str=None)
tk_call 'console', str
end