This is related to https://code.google.com/p/webrtc/issues/detail?id=846
BUG=846 R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2224004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4760 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -60,11 +60,10 @@ using namespace webrtc;
|
||||
{
|
||||
NSString* strTitle = [NSString stringWithFormat:@"%s", dialogTitleUTF8];
|
||||
NSString* strButton = @"Alright";
|
||||
NSString* strMessage = [NSString stringWithFormat:@"Device %s is capturing", deviceUniqueIdUTF8];
|
||||
NSAlert* alert = [NSAlert alertWithMessageText:strTitle
|
||||
defaultButton:strButton
|
||||
alternateButton:nil otherButton:nil
|
||||
informativeTextWithFormat:strMessage];
|
||||
informativeTextWithFormat:@"Device %s is capturing", deviceUniqueIdUTF8];
|
||||
[alert setAlertStyle:NSInformationalAlertStyle];
|
||||
[alert runModal];
|
||||
return [NSNumber numberWithInt:0];
|
||||
|
||||
Reference in New Issue
Block a user