From a78d2fbab115b4c6537349fb06275d1610bf4aa0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 23 Apr 2011 10:41:29 +0000 Subject: [PATCH] Make the source files non-executable again. Revert the (probably accidental) mode change of r67576. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dvrenderers.h | 0 src/common/datavcmn.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 include/wx/dvrenderers.h mode change 100755 => 100644 src/common/datavcmn.cpp diff --git a/include/wx/dvrenderers.h b/include/wx/dvrenderers.h old mode 100755 new mode 100644 diff --git a/src/common/datavcmn.cpp b/src/common/datavcmn.cpp old mode 100755 new mode 100644 -- 2.50.0