mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Added version information for NSButtonCell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25416 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
235f48c5ea
commit
621b49441a
2 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-24 22:36-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Resources/VersionProfiles.plist: Added version information for
|
||||
NSButtonCell.
|
||||
|
||||
2007-08-24 00:50-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormPrivate.m: Changed initWithCoder: to handle
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
comment = "Will not store autoposition mask information.";
|
||||
version = 0;
|
||||
};
|
||||
NSButtonCell = {
|
||||
comment = "NSEvent masks are not compatible with Mac OS X.";
|
||||
version = 0;
|
||||
};
|
||||
};
|
||||
"GNUstep gui-0.9.5" = {
|
||||
GSNibContainer = {
|
||||
|
@ -26,6 +30,10 @@
|
|||
comment = "Will not store autoposition mask information.";
|
||||
version = 0;
|
||||
};
|
||||
NSButtonCell = {
|
||||
comment = "NSEvent masks are not compatible with Mac OS X.";
|
||||
version = 1;
|
||||
};
|
||||
};
|
||||
"GNUstep gui-0.10.3" = {
|
||||
GSNibContainer = {
|
||||
|
@ -40,6 +48,10 @@
|
|||
comment = "New attribute to store auto-position mask. Not compatible with 0.9.5 or earlier.";
|
||||
version = 1;
|
||||
};
|
||||
NSButtonCell = {
|
||||
comment = "NSEvent masks are not compatible with Mac OS X.";
|
||||
version = 2;
|
||||
};
|
||||
};
|
||||
"Latest Version" = {
|
||||
GSNibContainer = {
|
||||
|
@ -54,5 +66,9 @@
|
|||
comment = "New attribute to store auto-position mask. Not compatible with 0.9.5 or earlier.";
|
||||
version = 1;
|
||||
};
|
||||
NSButtonCell = {
|
||||
comment = "Not compatible with GNUstep gui-0.10.3 or earlier.";
|
||||
version = 3;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue