зеркало из https://github.com/mozilla/gecko-dev.git
Fix about box.
This commit is contained in:
Родитель
18d887c162
Коммит
13dd0c1653
|
@ -48,8 +48,8 @@ static CHAboutBox *sharedInstance = nil;
|
|||
float fieldHeight;
|
||||
float containerHeight;
|
||||
|
||||
if (![NSBundle loadNibNamed:@"CHAboutBox" owner:self]) {
|
||||
NSLog( @"Failed to load CHAboutBox.nib" );
|
||||
if (![NSBundle loadNibNamed:@"AboutBox" owner:self]) {
|
||||
NSLog( @"Failed to load AboutBox.nib" );
|
||||
NSBeep();
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -48,8 +48,8 @@ static CHAboutBox *sharedInstance = nil;
|
|||
float fieldHeight;
|
||||
float containerHeight;
|
||||
|
||||
if (![NSBundle loadNibNamed:@"CHAboutBox" owner:self]) {
|
||||
NSLog( @"Failed to load CHAboutBox.nib" );
|
||||
if (![NSBundle loadNibNamed:@"AboutBox" owner:self]) {
|
||||
NSLog( @"Failed to load AboutBox.nib" );
|
||||
NSBeep();
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -48,8 +48,8 @@ static CHAboutBox *sharedInstance = nil;
|
|||
float fieldHeight;
|
||||
float containerHeight;
|
||||
|
||||
if (![NSBundle loadNibNamed:@"CHAboutBox" owner:self]) {
|
||||
NSLog( @"Failed to load CHAboutBox.nib" );
|
||||
if (![NSBundle loadNibNamed:@"AboutBox" owner:self]) {
|
||||
NSLog( @"Failed to load AboutBox.nib" );
|
||||
NSBeep();
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -48,8 +48,8 @@ static CHAboutBox *sharedInstance = nil;
|
|||
float fieldHeight;
|
||||
float containerHeight;
|
||||
|
||||
if (![NSBundle loadNibNamed:@"CHAboutBox" owner:self]) {
|
||||
NSLog( @"Failed to load CHAboutBox.nib" );
|
||||
if (![NSBundle loadNibNamed:@"AboutBox" owner:self]) {
|
||||
NSLog( @"Failed to load AboutBox.nib" );
|
||||
NSBeep();
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче