mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Made the choice slightly clearer in GModel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20359 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c0e1de4049
commit
61f8047895
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ static BOOL gormFileOwnerDecoded;
|
|||
result =
|
||||
NSRunAlertPanel(_(@"GModel Loading"),
|
||||
_(@"Unknown class %@. Parse header file to define?"),
|
||||
_(@"Yes"), _(@"No"), nil,
|
||||
_(@"Yes"), _(@"No, Choose Superclass"), nil,
|
||||
className, nil);
|
||||
if (result == NSAlertDefaultReturn)
|
||||
result = NSAlertOtherReturn;
|
||||
|
|
Loading…
Reference in a new issue