mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
comctl32-Button_Theming: Improve patch subject.
This commit is contained in:
parent
23ec346541
commit
357269a486
@ -1,8 +1,9 @@
|
||||
From 3651880f20c67b92c384f805191b1b5e3a3a8631 Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Kim <ubuntor2000@gmail.com>
|
||||
Date: Sat, 5 Sep 2015 21:40:00 -0400
|
||||
Subject: comctl32: fix buttons becoming unthemed when pressed/released Fixes
|
||||
37584.
|
||||
Subject: comctl32: fix buttons becoming unthemed when pressed/released
|
||||
|
||||
Fixes 37584.
|
||||
|
||||
---
|
||||
dlls/comctl32/theme_button.c | 8 ++++++++
|
||||
|
@ -52,7 +52,7 @@ usage()
|
||||
# Get the upstream commit sha
|
||||
upstream_commit()
|
||||
{
|
||||
echo "e28d6b2fb099795d2472a97d7ab0bfe868e90421"
|
||||
echo "e19a8fd706768aa2bcbeeec2f22ca991c4821ad3"
|
||||
}
|
||||
|
||||
# Show version information
|
||||
@ -2303,7 +2303,7 @@ fi
|
||||
if test "$enable_comctl32_Button_Theming" -eq 1; then
|
||||
patch_apply comctl32-Button_Theming/0001-comctl32-fix-buttons-becoming-unthemed-when-pressed-.patch
|
||||
(
|
||||
echo '+ { "Samuel Kim", "comctl32: fix buttons becoming unthemed when pressed/released Fixes 37584.", 1 },';
|
||||
echo '+ { "Samuel Kim", "comctl32: fix buttons becoming unthemed when pressed/released.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user