libs-gdl2/DBModeler/Resources/Info-gnustep.plist
Matt Rice a2e920b01f * DBModeler/Resources/DBModeler.tiff: New file.
* DBModeler/Resources/Locking_Header.tiff: Ditto.
        * DBModeler/Resources/Key_On.tiff: Add check box background.
        * DBModeler/Resources/Info-GNUstep.plist: Update info panel copyright.
        * DBModeler/ModelerEntityEditor.m (-dealloc): Don't set the datasource
        to nil, its handled in EODisplayGroup -dealloc.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23409 72102866-910b-0410-8b05-ffd578937521
2006-09-07 16:20:38 +00:00

26 lines
780 B
Text

{
ApplicationDescription = "GDL2 EOModel editor";
ApplicationIcon = DBModeler;
ApplicationName = DBModeler;
ApplicationRelease = "0.0.0 (Alpha)";
ApplicationURL = "http://mediawiki.gnustep.org/index.php/DBModeler";
Authors = (
"Matt Rice <ratmice@yahoo.com>"
);
Copyright = "Copyright \U00A9 2005, 2006 Free Software Foundation";
CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
FullVersionID = 0.0.0;
GSMainMarkupFile = "";
NSExecutable = DBModeler;
NSIcon = DBModeler.tiff;
NSRole = "Editor";
NSTypes = (
{
NSUnixExtensions = ( "eomodeld", "eomodel" );
NSIcon = "EOModel.tiff";
}
);
NSMainNibFile = "";
NSPrincipalClass = NSApplication;
}