mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Changed the alert to a NSLog call.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
24b724f4af
commit
345a609884
1 changed files with 1 additions and 6 deletions
7
Gorm.m
7
Gorm.m
|
@ -299,12 +299,7 @@ NSString *GormWillDetachObjectFromDocumentNotification = @"GormWillDetachObjectF
|
|||
{
|
||||
if([a count] > 0)
|
||||
{
|
||||
BOOL result = NSRunAlertPanel(NULL, _(@"Please deactivate any user bundles before starting Gorm."),
|
||||
_(@"Continue"),_( @"Quit"), nil);
|
||||
if(result != NSAlertDefaultReturn)
|
||||
{
|
||||
[self terminate: self];
|
||||
}
|
||||
NSLog(@"WARNING: Gorm has detected that you are using user bundles. Please make certain that these are capatible with Gorm as some bundles can cause issues which may corrupt your .gorm files.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue