commit
13b6d2ac02
@ -157,7 +157,7 @@ NSString * const MGMS7SIPWaiting = @"Waiting for Registration Status.";
|
|||||||
[backButton setEnabled:YES];
|
[backButton setEnabled:YES];
|
||||||
[continueButton setTitle:MGMSContinue];
|
[continueButton setTitle:MGMSContinue];
|
||||||
[continueButton setEnabled:NO];
|
[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 release];
|
||||||
S8Message = nil;
|
S8Message = nil;
|
||||||
NSBeep();
|
NSBeep();
|
||||||
@ -509,4 +509,4 @@ NSString * const MGMS7SIPWaiting = @"Waiting for Registration Status.";
|
|||||||
step = 9;
|
step = 9;
|
||||||
[self continue:self];
|
[self continue:self];
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
@ -203,7 +203,7 @@ NSString * const MGMSIPDefaultDomain = @"proxy01.sipphone.com";
|
|||||||
[backButton setEnabled:YES];
|
[backButton setEnabled:YES];
|
||||||
[continueButton setTitle:MGMSContinue];
|
[continueButton setTitle:MGMSContinue];
|
||||||
[continueButton setEnabled:NO];
|
[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) {
|
if (S8Message!=nil) {
|
||||||
[S8Message release];
|
[S8Message release];
|
||||||
S8Message = nil;
|
S8Message = nil;
|
||||||
@ -638,4 +638,4 @@ NSString * const MGMSIPDefaultDomain = @"proxy01.sipphone.com";
|
|||||||
[self setSetupOnly:YES];
|
[self setSetupOnly:YES];
|
||||||
[self displayStep];
|
[self displayStep];
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
@ -1056,7 +1056,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA</bytes>
|
|||||||
<object class="NSTextFieldCell" key="NSCell" id="197753671">
|
<object class="NSTextFieldCell" key="NSCell" id="197753671">
|
||||||
<int key="NSCellFlags">67239424</int>
|
<int key="NSCellFlags">67239424</int>
|
||||||
<int key="NSCellFlags2">272891904</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="NSSupport" ref="657871326"/>
|
||||||
<reference key="NSControlView" ref="484670474"/>
|
<reference key="NSControlView" ref="484670474"/>
|
||||||
<reference key="NSBackgroundColor" ref="373911208"/>
|
<reference key="NSBackgroundColor" ref="373911208"/>
|
||||||
|
@ -968,7 +968,7 @@
|
|||||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
<bool key="IBUIScrollEnabled">NO</bool>
|
<bool key="IBUIScrollEnabled">NO</bool>
|
||||||
<bool key="IBUIEditable">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">
|
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
|
||||||
<int key="IBUIAutocapitalizationType">2</int>
|
<int key="IBUIAutocapitalizationType">2</int>
|
||||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user