comctl32-Button_Theming: Improve patch subject.

This commit is contained in:
Sebastian Lackner 2015-09-09 22:31:34 +02:00
parent 23ec346541
commit 357269a486
2 changed files with 5 additions and 4 deletions

View File

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

View File

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