diff options
author | stuconnolly <stuart02@gmail.com> | 2010-09-21 19:45:31 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-09-21 19:45:31 +0000 |
commit | fdb1acef702128747b8bb1a9b4d089ac5be7e945 (patch) | |
tree | d13992ec5a3aa7931256e6b4d50bccd50e98c13a /Source/SPImageView.m | |
parent | ac4cc3dec0eb6207d487159e7b40ef18fde519a0 (diff) | |
download | sequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.tar.gz sequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.tar.bz2 sequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.zip |
Add missing SVN properties and general comments tidy up.
Diffstat (limited to 'Source/SPImageView.m')
-rw-r--r-- | Source/SPImageView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPImageView.m b/Source/SPImageView.m index 08f39980..5af2ec6f 100644 --- a/Source/SPImageView.m +++ b/Source/SPImageView.m @@ -27,7 +27,7 @@ @implementation SPImageView -/* +/** * On a drag and drop, read in dragged files and convert dragged images before passing * them to the delegate for further processing */ |