diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-04-23 22:57:51 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-04-23 22:57:51 +0000 |
commit | 6d8022abf13af1c4305aed80e2237d593ca0c9c0 (patch) | |
tree | 826ed015a97ab93bfd162f21ae997b10e859bee4 /TableDocument.h | |
parent | ec836138a8de2aca77e132f23b683912f6598d3a (diff) | |
download | sequelpro-6d8022abf13af1c4305aed80e2237d593ca0c9c0.tar.gz sequelpro-6d8022abf13af1c4305aed80e2237d593ca0c9c0.tar.bz2 sequelpro-6d8022abf13af1c4305aed80e2237d593ca0c9c0.zip |
change main split view to have a 1px line
change header comment in TableDocument.h/m to reflect change in author
re-group files in xcode
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TableDocument.h b/TableDocument.h index e4821c80..018c507e 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -4,6 +4,8 @@ // // Created by lorenz textor (lorenz@textor.ch) on Wed May 01 2002. // Copyright (c) 2002-2003 Lorenz Textor. All rights reserved. +// +// Forked by Abhi Beckert (abhibeckert.com) 2008-04-04 // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,13 +22,16 @@ // 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 <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> #import "CMMCPConnection.h" #import "CMMCPResult.h" +/** + * The TableDocument class controls the primary database view window. + */ + @interface TableDocument : NSDocument { //IBOutlets |