grep "^[AU]" | \
sed 's/^....//' | \
egrep -v "branches/WX_2_" | \
- egrep -v "src/(tiff|regex|jpeg|stc/scintilla)" | \
+ egrep -v "wxWidgets/vendor" | \
+ egrep -v "src/(expat|tiff|regex|jpeg|stc/scintilla)" | \
+ egrep -v "src/msw/version.rc" | \
egrep -v "_wrap.cpp" | \
egrep -v "wxPython/.*/docs/.*\.html$"`
# This file defines _T() for compatibility so don't check it.
;;
+ */docs/doxygen/overviews/changes_since28.h)
+ # And this one describes changes from _T() to wxT().
+ ;;
+
*)
if svnl cat $f | fgrep -qw '_T'; then
echo "Please use wxT() instead of _T() in $f." >&2