summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-04-05 17:28:16 +0000
committerdynaflash <[email protected]>2007-04-05 17:28:16 +0000
commitc229a3e74ddde33566cdf5dc48a304801b0810b7 (patch)
treef63dca20475b95e1e5b82fdbb1b876d923b3fc4d /macosx/Controller.mm
parentf6a3ce6f12886c183ef325528011b673e3783c63 (diff)
MacGui: Last source directory used is now remembered and used the next time instead of being reset by browsing for a new destination directory each time.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@481 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index e4314c4e8..7ebcd9a91 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -939,7 +939,7 @@ static int FormatSettings[3][4] =
[fDstFile2Field stringValue]] );
return;
}
- /* We get the destination directory from the destingation field here */
+ /* We get the destination directory from the destination field here */
NSString *destinationDirectory = [[fDstFile2Field stringValue] stringByDeletingLastPathComponent];
/* We check for a valid destination here */
if ([[NSFileManager defaultManager] fileExistsAtPath:destinationDirectory] == 0)