From 691dd6be8a3924bc5cca09c5263945f4659ccac0 Mon Sep 17 00:00:00 2001 From: Brian Jordan Date: Wed, 28 Mar 2012 15:26:21 -0400 Subject: fix iPad rotation of buttons --- Video Tuneup/ViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Video Tuneup/ViewController.m') diff --git a/Video Tuneup/ViewController.m b/Video Tuneup/ViewController.m index bd2a3b5..0c4279a 100644 --- a/Video Tuneup/ViewController.m +++ b/Video Tuneup/ViewController.m @@ -79,7 +79,7 @@ static const NSString *ItemStatusContext; } - (IBAction)loadAudioFromFile:(id)sender { - NSLog(@"Loading audio from file"); + NSLog(@"Loading audio from file [NOT YET IMPLEMENTED]"); } - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object -- cgit v1.2.3