aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkwinpkg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkwinpkg.rb')
-rw-r--r--ext/tk/lib/tkwinpkg.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/tk/lib/tkwinpkg.rb b/ext/tk/lib/tkwinpkg.rb
index a5ac5c7a1b..7762b3a596 100644
--- a/ext/tk/lib/tkwinpkg.rb
+++ b/ext/tk/lib/tkwinpkg.rb
@@ -12,6 +12,8 @@ module TkWinDDE
extend Tk
extend TkWinDDE
+ TkCommandNames = ['dde'.freeze].freeze
+
tk_call('package', 'require', 'dde')
def servername(topic=nil)
@@ -50,6 +52,8 @@ module TkWinRegistry
extend Tk
extend TkWinRegistry
+ TkCommandNames = ['registry'.freeze].freeze
+
tk_call('package', 'require', 'registry')
def delete(keynam, valnam=nil)