diff options
| author | Brian Jordan | 2012-05-08 21:01:21 -0400 | 
|---|---|---|
| committer | Brian Jordan | 2012-05-08 21:01:21 -0400 | 
| commit | 74dd4a65d83ef9532c4490a556155f3f7f02fa26 (patch) | |
| tree | cc81ffe30db49f04ead8b2f097d34fbbf83f9bc6 /Video Tuneup/ViewController.m | |
| parent | f43ece4198f482334846e69ecf4a7b8d8448f826 (diff) | |
| download | Video-Tuneup-74dd4a65d83ef9532c4490a556155f3f7f02fa26.tar.bz2 | |
label layout
Diffstat (limited to 'Video Tuneup/ViewController.m')
| -rw-r--r-- | Video Tuneup/ViewController.m | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Video Tuneup/ViewController.m b/Video Tuneup/ViewController.m index 41925b9..beb0519 100644 --- a/Video Tuneup/ViewController.m +++ b/Video Tuneup/ViewController.m @@ -435,8 +435,8 @@ mScrubber, mediaLibraryButton, mediaLibraryPopover, exportButton, defaultHelpVie                                                  [exportButton setEnabled:YES];                                                  [exportStatus setTextColor:[UIColor colorWithRed:255.0 green:255.0 blue:255.0 alpha:255.0]]; -                                                [exportStatus setText:@"Exported to Camera Roll"]; -                                                [exportStatus setBackgroundColor:[[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"argyle.png"]]]; +                                                [exportStatus setText:@"Saved!"]; +//                                                [exportStatus setBackgroundColor:[[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"argyle.png"]]];  //                                                [exportStatus setBackgroundColor:[UIColor colorWithRed:0.0 green:200.0 blue:0.0 alpha:255.0]];  												[self performSelector:@selector(hideCameraRollText) withObject:nil afterDelay:5.0]; | 
