diff options
author | dynaflash <[email protected]> | 2007-07-30 20:56:44 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-07-30 20:56:44 +0000 |
commit | cae08384433649c989276968854bee9045b619ee (patch) | |
tree | b5c65504f8f27efac7339b5a6e5f7008cd959a84 /macosx/English.lproj | |
parent | 8ae06e486523b4d062f2548a5080338a73d19aaa (diff) |
MacGui: Default Presets Initial Implementation
- Allows user to set a given preset as a default which will be used upon launch. As well, if user has not specified a preset as the default, HB will use the "HB - Normal" Built-in Preset at launch.
- Added the "Make Default" button at the bottom of the Presets Drawer.
- Default Preset is shown in Bold in the Presets Drawer
- Added a Select Default Preset command to the "Presets" Menu in the Menu Bar.
-- Note: the buttons and other display stuff is not set in stone, once again, initial function over form on intitial implementation.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@764 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 3 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 5 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/keyedobjects.nib | bin | 125838 -> 126589 bytes |
3 files changed, 5 insertions, 3 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index f7a627c78..de7c2c62e 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -29,6 +29,8 @@ QualitySliderChanged = id; RevertPictureSizeToMax = id; Rip = id; + SelectDefaultPreset = id; + SetDefaultPreset = id; SetEnabledStateOfAudioMixdownControls = id; ShowAddPresetPanel = id; ShowNewScan = id; @@ -104,6 +106,7 @@ fPictureController = PictureController; fPicturePanel = NSPanel; fPresetDrawer = NSDrawer; + fPresetMakeDefault = NSButton; fPresetNewDesc = NSTextField; fPresetNewName = NSTextField; fPresetNewPicSettingsPopUp = NSPopUpButton; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index c3dd297fa..56fe64055 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>IBDocumentLocation</key> - <string>61 34 630 601 0 0 1440 878 </string> + <string>44 271 630 601 0 0 1440 878 </string> <key>IBEditorPositions</key> <dict> <key>1843</key> @@ -26,8 +26,7 @@ <key>IBOpenObjects</key> <array> <integer>29</integer> - <integer>21</integer> - <integer>1162</integer> + <integer>1843</integer> </array> <key>IBSystem Version</key> <string>8R2218</string> diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib Binary files differindex 6dd2c8c57..a1e228f74 100644 --- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib +++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib |