user32-Auto_Radio_Button: Add a missing Fixes line.

This commit is contained in:
Sebastian Lackner 2017-01-16 02:34:33 +01:00
parent 12d8b79c63
commit bb54734bd3
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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.

View File

@ -1 +1 @@
Wine Staging 2.0-rc5
Wine Staging 2.0-rc6 (unreleased)