summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-06-18 19:02:20 +0000
committerdynaflash <[email protected]>2007-06-18 19:02:20 +0000
commit08baae5e5eb52053fde79b6519ea6fa5f184b34a (patch)
treef1237d56fc9b6247c5c072864283da57c1b12689 /macosx/HBPreferencesController.m
parentb7552e4d2409d1f2615caf418d4d0ac8d8bff981 (diff)
MacGui: Pref for Encode Done alert added
- Added combobox to the Preferences nib so user can select "None", "Alert Window", "Growl Notification", "Alert Window and Growl Notification". - Defaults to "Alert Window" if user has never set it before. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@624 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r--macosx/HBPreferencesController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m
index 5afe02bac..ace2866db 100644
--- a/macosx/HBPreferencesController.m
+++ b/macosx/HBPreferencesController.m
@@ -42,6 +42,7 @@
@"NO", @"ShowVerboseOutput",
@"NO", @"AllowLargeFiles",
@"NO", @"DisableDvdAutoDetect",
+ @"Alert Window", @"AlertWhenDone",
nil]];
}