diff options
Diffstat (limited to 'Source/CMImageView.m')
-rw-r--r-- | Source/CMImageView.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMImageView.m b/Source/CMImageView.m index f5bd9f61..44e9e186 100644 --- a/Source/CMImageView.m +++ b/Source/CMImageView.m @@ -1,4 +1,6 @@ // +// $Id$ +// // CMImageView.m // sequel-pro // @@ -20,13 +22,11 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // More info at <http://code.google.com/p/sequel-pro/> -// Or mail to <lorenz@textor.ch> #import "CMImageView.h" @implementation CMImageView - /* * On a drag and drop, read in dragged files and convert dragged images before passing * them to the delegate for further processing |