You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
user32-Auto_Radio_Button: Add a missing Fixes line.
This commit is contained in:
@@ -58,7 +58,7 @@ upstream_commit()
|
||||
# Show version information
|
||||
version()
|
||||
{
|
||||
echo "Wine Staging 2.0-rc5"
|
||||
echo "Wine Staging 2.0-rc6 (unreleased)"
|
||||
echo "Copyright (C) 2014-2017 the Wine Staging project authors."
|
||||
echo ""
|
||||
echo "Patchset to be applied on upstream Wine:"
|
||||
@@ -7342,6 +7342,7 @@ fi
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#42010] Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler
|
||||
# | * [#16845] Add support for navigating a group of radio buttons using a keyboard.
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/user32/button.c, dlls/user32/dialog.c, dlls/user32/tests/msg.c, dlls/user32/tests/resource.rc
|
||||
|
@@ -1 +1,2 @@
|
||||
Fixes: [42010] Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler
|
||||
Fixes: [16845] Add support for navigating a group of radio buttons using a keyboard.
|
||||
|
@@ -1 +1 @@
|
||||
Wine Staging 2.0-rc5
|
||||
Wine Staging 2.0-rc6 (unreleased)
|
||||
|
Reference in New Issue
Block a user