Skip to content

Commit

Permalink
Added alert that shows that OsiriX was not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvpolpeta committed Sep 27, 2015
1 parent 3165f2c commit 071bcd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions browserController.m
Original file line number Diff line number Diff line change
Expand Up @@ -19118,8 +19118,9 @@ - (void) openHorosMigrationAssistant:(id) sender

if ([O2HMigrationAssistant isOsiriXInstalled] == NO)
{
//Alert

NSRunInformationalAlertPanel(NSLocalizedString(@"Horos Migration Assistant", nil),
NSLocalizedString(@"It seems you don't have OsiriX installed.", nil),
NSLocalizedString(@"Return",nil), nil, nil);
return;
}

Expand Down

0 comments on commit 071bcd7

Please sign in to comment.