Skip to content

Commit

Permalink
Removed default output location
Browse files Browse the repository at this point in the history
  • Loading branch information
taglia committed Aug 9, 2012
1 parent 667f2ce commit 40ef844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HandBrakeBatch/HandBrakeBatchAppDelegate.m
Expand Up @@ -110,8 +110,7 @@ - (IBAction)chooseOutputFolder:(id)sender {

if (outputFolderExists)
[panel setDirectoryURL:[NSURL fileURLWithPath:outputFolder]];
else
[panel setDirectoryURL:[NSURL fileURLWithPath:@"~/Movies"]];


if ([panel runModal] == NSOKButton) {
NSString *path = [[panel directoryURL] path];
Expand Down

0 comments on commit 40ef844

Please sign in to comment.