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
Added patch to refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# Installation: ln -s ../../precommit-hook.sh .git/hooks/pre-commit
|
||||
|
||||
for directory in patches debian; do
|
||||
if [ ! -z "$(git status --porcelain "$directory")" ]; then
|
||||
if git status --porcelain "$directory" | grep "^.[^ ]" &> /dev/null; then
|
||||
echo ""
|
||||
echo "*** PLEASE ADD OR STASH YOUR CHANGES IN $directory ***"
|
||||
echo ""
|
||||
|
Reference in New Issue
Block a user