Added patch to refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called.

This commit is contained in:
Sebastian Lackner
2015-09-27 20:07:42 +02:00
parent 07de62088d
commit e522c26b4b
6 changed files with 57 additions and 2 deletions

View File

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