Subversion Repositories userdetect2

Compare Revisions

No changes between revisions

Regard whitespace Rev 76 → Rev 77

/trunk/UserDetect2/Plugins
Property changes:
Added: svn:ignore
+*.dcu
+*.~*
+__history
+*.local
+*.identcache
/trunk/UserDetect2/UserDetect2.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/UserDetect2/devcpp_plugins
Property changes:
Added: svn:ignore
+*.dcu
+*.~*
+__history
+*.local
+*.identcache
/trunk/UserDetect2/private
Property changes:
Added: svn:ignore
+*.dcu
+*.~*
+__history
+*.local
+*.identcache
/trunk/UserDetect2
Property changes:
Added: svn:ignore
+*.dcu
+*.~*
+__history
+*.local
+*.identcache
/trunk/testuser
Property changes:
Added: svn:ignore
+*.dcu
+*.~*
+__history
+*.local
+*.identcache
/trunk/vcl/VTSListView.pas
96,7 → 96,13
 
procedure TVTSListView.WMNotifyMessage(var msg: TWMNotify);
begin
try
inherited;
except
// Workaround for Delphi 6, which raises an EAccessViolation in
// CallWindowProc at TWinControl.DefaultHandler, when the code executed
// on Windows Server 2008.
end;
if (Msg.NMHdr^.code = HDN_ENDTRACK) and (FSortedColumn > -1) then
begin
ShowArrowOfListViewColumn;
/trunk/vcl/ViaThinkSoft.res
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/vcl
Property changes:
Added: svn:ignore
+*.dcu
+*.~*
+__history
+*.local
+*.identcache