diff options
author | dynaflash <[email protected]> | 2007-04-18 18:44:43 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-04-18 18:44:43 +0000 |
commit | ab810e34eafd1b8de8480d623f8e862b290a388e (patch) | |
tree | 8e903f5e6476289f1082b34f83aae0203dc371ce /macosx | |
parent | 794a3f41a7bd2605ab32f27e6d27d52c186590b4 (diff) |
MacGui: Added HandBrake Users Guide under the Help menu. Links to our wiki guide.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@529 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.h | 1 | ||||
-rw-r--r-- | macosx/Controller.mm | 6 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 1 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 4 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/keyedobjects.nib | bin | 99300 -> 99541 bytes |
5 files changed, 8 insertions, 4 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 6fa961de0..f5a84bbbb 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -207,6 +207,7 @@ - (IBAction) OpenHomepage: (id) sender; - (IBAction) OpenForums: (id) sender; +- (IBAction) OpenUserGuide: (id) sender; // Preset Methods Here - (IBAction) CustomSettingUsed: (id) sender; diff --git a/macosx/Controller.mm b/macosx/Controller.mm index d478cde11..4c0e10144 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -2448,7 +2448,11 @@ id theRecord, theValue; [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString:@"http://handbrake.m0k.org/forum/"]]; } - +- (IBAction) OpenUserGuide: (id) sender +{ + [[NSWorkspace sharedWorkspace] openURL: [NSURL + URLWithString:@"http://handbrake.m0k.org/trac/wiki/HandBrakeGuide"]]; +} @end diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index f10ce5e60..f8a322a43 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -22,6 +22,7 @@ InsertPreset = id; OpenForums = id; OpenHomepage = id; + OpenUserGuide = id; Pause = id; QualitySliderChanged = id; Rip = id; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index e9254d6ae..7697e335e 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -9,7 +9,7 @@ <key>1843</key> <string>1970 386 220 592 1440 0 1280 1024 </string> <key>29</key> - <string>11 834 365 44 0 0 1440 878 </string> + <string>1793 762 365 44 1440 0 1280 1024 </string> </dict> <key>IBFramework Version</key> <string>446.1</string> @@ -19,9 +19,7 @@ </array> <key>IBOpenObjects</key> <array> - <integer>1867</integer> <integer>29</integer> - <integer>21</integer> </array> <key>IBSystem Version</key> <string>8P2137</string> diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib Binary files differindex 3d16db919..ef7530316 100644 --- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib +++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib |