From 559a45ae3e2c5f32e1a762f6a24ad18b9fd5255c Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Feb 2023 13:37:39 +1000 Subject: [PATCH] fix(windows): add remove lang id uses correct kbd The id node taken from the keyman_keyboardlist.xsl was using the packgage id name rather than the keyboard id name. This change corrects that. --- windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl b/windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl index d8e90fbef5..79debebe39 100644 --- a/windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl +++ b/windows/src/desktop/kmshell/xml/keyman_keyboardlist.xsl @@ -150,7 +150,7 @@ add_remove_ kbd_button - javascript:showModifyLink('') + javascript:showModifyLink('') 0 @@ -382,10 +382,10 @@
- modify- + modify-
- return hideModifyLink('') + return hideModifyLink('')
@@ -405,7 +405,7 @@ kbd_button - return hideModifyLink('') + return hideModifyLink('')