summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkbgerror.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkbgerror.rb')
-rw-r--r--ext/tk/lib/tkbgerror.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/lib/tkbgerror.rb b/ext/tk/lib/tkbgerror.rb
index e068155b1c..760a3901b3 100644
--- a/ext/tk/lib/tkbgerror.rb
+++ b/ext/tk/lib/tkbgerror.rb
@@ -7,6 +7,8 @@ require 'tk'
module TkBgError
extend Tk
+ TkCommandNames = ['bgerror'.freeze].freeze
+
def bgerror(message)
tk_call 'bgerror', message
end