From 9f389c8b02c645a99fbf0d1f3ec762cdfb9ec9fb Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 2 May 2013 13:30:02 +0200 Subject: [PATCH] Change welcome string to match other tutorials --- gst-sdk/tutorials/xcode iOS/Tutorial 1/ViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-sdk/tutorials/xcode iOS/Tutorial 1/ViewController.m b/gst-sdk/tutorials/xcode iOS/Tutorial 1/ViewController.m index c213b76d28..805d4be14e 100644 --- a/gst-sdk/tutorials/xcode iOS/Tutorial 1/ViewController.m +++ b/gst-sdk/tutorials/xcode iOS/Tutorial 1/ViewController.m @@ -17,7 +17,7 @@ // Do any additional setup after loading the view, typically from a nib. gst_backend = [[GStreamerBackend alloc] init]; - label.text = [NSString stringWithFormat:@"Hello %@", [gst_backend getGStreamerVersion], nil]; + label.text = [NSString stringWithFormat:@"Welcome to %@!", [gst_backend getGStreamerVersion], nil]; } - (void)didReceiveMemoryWarning