From: Vadim Zeitlin Date: Tue, 15 Feb 2011 10:15:27 +0000 (+0000) Subject: Make the source file non-executable. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93d4df75cbebcb92b79277841f12f2da00902852?ds=inline Make the source file non-executable. The file ctrlcmn.cpp somehow got the executable bit in r66871, undo this. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/ctrlcmn.cpp b/src/common/ctrlcmn.cpp old mode 100755 new mode 100644