commit
13b6d2ac02
@ -157,7 +157,7 @@ NSString * const MGMS7SIPWaiting = @"Waiting for Registration Status.";
|
||||
[backButton setEnabled:YES];
|
||||
[continueButton setTitle:MGMSContinue];
|
||||
[continueButton setEnabled:NO];
|
||||
[S8MessageField setStringValue:[NSString stringWithFormat:@"Unable to set up your %@ account, the error we receviced was \"%@\" Please go back and correct the problem.", type, S8Message]];
|
||||
[S8MessageField setStringValue:[NSString stringWithFormat:@"Unable to set up your %@ account, the error we received was \"%@\" Please go back and correct the problem.", type, S8Message]];
|
||||
[S8Message release];
|
||||
S8Message = nil;
|
||||
NSBeep();
|
||||
@ -509,4 +509,4 @@ NSString * const MGMS7SIPWaiting = @"Waiting for Registration Status.";
|
||||
step = 9;
|
||||
[self continue:self];
|
||||
}
|
||||
@end
|
||||
@end
|
||||
|
@ -203,7 +203,7 @@ NSString * const MGMSIPDefaultDomain = @"proxy01.sipphone.com";
|
||||
[backButton setEnabled:YES];
|
||||
[continueButton setTitle:MGMSContinue];
|
||||
[continueButton setEnabled:NO];
|
||||
[S8MessageField setText:[NSString stringWithFormat:@"Unable to set up your %@ account, the error we receviced was \"%@\" Please go back and correct the problem.", type, S8Message]];
|
||||
[S8MessageField setText:[NSString stringWithFormat:@"Unable to set up your %@ account, the error we received was \"%@\" Please go back and correct the problem.", type, S8Message]];
|
||||
if (S8Message!=nil) {
|
||||
[S8Message release];
|
||||
S8Message = nil;
|
||||
@ -638,4 +638,4 @@ NSString * const MGMSIPDefaultDomain = @"proxy01.sipphone.com";
|
||||
[self setSetupOnly:YES];
|
||||
[self displayStep];
|
||||
}
|
||||
@end
|
||||
@end
|
||||
|
@ -1056,7 +1056,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA</bytes>
|
||||
<object class="NSTextFieldCell" key="NSCell" id="197753671">
|
||||
<int key="NSCellFlags">67239424</int>
|
||||
<int key="NSCellFlags2">272891904</int>
|
||||
<string key="NSContents">Unable to set up your ACCOUNTTYPE account, the error we receviced was ERRORMESSAGE. Please go back and correct the problem.</string>
|
||||
<string key="NSContents">Unable to set up your ACCOUNTTYPE account, the error we received was ERRORMESSAGE. Please go back and correct the problem.</string>
|
||||
<reference key="NSSupport" ref="657871326"/>
|
||||
<reference key="NSControlView" ref="484670474"/>
|
||||
<reference key="NSBackgroundColor" ref="373911208"/>
|
||||
|
@ -968,7 +968,7 @@
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<bool key="IBUIScrollEnabled">NO</bool>
|
||||
<bool key="IBUIEditable">NO</bool>
|
||||
<string key="IBUIText">Unable to set up your ACCOUNTTYPE account, the error we receviced was ERRORMESSAGE. Please go back and correct the problem.</string>
|
||||
<string key="IBUIText">Unable to set up your ACCOUNTTYPE account, the error we received was ERRORMESSAGE. Please go back and correct the problem.</string>
|
||||
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
|
||||
<int key="IBUIAutocapitalizationType">2</int>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
|
Loading…
Reference in New Issue
Block a user