From 659c14bfd5da254cdc3e4f9136ac31eb7e8e3147 Mon Sep 17 00:00:00 2001 From: Rick Ohnemus Date: Mon, 25 May 2026 07:43:29 -0700 Subject: [PATCH] use correct method to set @bitmap_config --- lib/tk/dialog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tk/dialog.rb b/lib/tk/dialog.rb index 38ad88c9..0d91ce60 100644 --- a/lib/tk/dialog.rb +++ b/lib/tk/dialog.rb @@ -68,7 +68,7 @@ def create_self(keys) @msgframe_config = msgframe_config @bitmap = bitmap - @bitmap_config = message_config + @bitmap_config = bitmap_config @default_button = default_button