From c714af713553269a66c13e86384ca249159e8317 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 1 Apr 2026 00:08:30 -0700 Subject: [PATCH 1/4] Update control-panel.lua - help_command lacking space --- gui/control-panel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/control-panel.lua b/gui/control-panel.lua index becd57d1dc..2e5455d5b0 100644 --- a/gui/control-panel.lua +++ b/gui/control-panel.lua @@ -403,7 +403,7 @@ function CommandTab:init_footer(panel) end local function launch_help(data) - dfhack.run_command('gui/launcher', data.help_command or data.command .. ' ') + dfhack.run_command('gui/launcher', (data.help_command or data.command) .. ' ') end function CommandTab:show_help() From 69cc4d2fc808821b8e5a52ac180c76d734f2958d Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 1 Apr 2026 00:15:37 -0700 Subject: [PATCH 2/4] Update changelog.txt --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 9ca3d5e445..e05c56a91a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -31,6 +31,7 @@ Template for new versions: ## New Features ## Fixes +``gui/control-panel``: fixed inconsistent space in command help ("tweak" -> "tweak ", like with other commands) ## Misc Improvements From e771025f0c8eb4c944cb6219d2d3650e37cc52ac Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 1 Apr 2026 01:12:16 -0700 Subject: [PATCH 3/4] Fix changelog --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index e05c56a91a..cbceb2ad1a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -31,7 +31,7 @@ Template for new versions: ## New Features ## Fixes -``gui/control-panel``: fixed inconsistent space in command help ("tweak" -> "tweak ", like with other commands) +`gui/control-panel`: fixed inconsistent space in command help ("tweak" -> "tweak ", like with other commands) ## Misc Improvements From 4ef1c0cd6828dfcd216c1b4157e56b79f6dec2cd Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 1 Apr 2026 01:19:21 -0700 Subject: [PATCH 4/4] Fix changelog (for real) --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index cbceb2ad1a..ddfb31a29c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -31,7 +31,7 @@ Template for new versions: ## New Features ## Fixes -`gui/control-panel`: fixed inconsistent space in command help ("tweak" -> "tweak ", like with other commands) +- `gui/control-panel`: fixed inconsistent space in command help ("tweak" -> "tweak ", like with other commands) ## Misc Improvements