Change welcome string to match other tutorials

This commit is contained in:
Xavi Artigas 2013-05-02 13:30:02 +02:00
parent 853b78cf38
commit 9f389c8b02

View file

@ -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