OSDN Git Service

MacGui: Added HandBrake Users Guide under the Help menu. Links to our wiki guide.
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 18 Apr 2007 18:44:43 +0000 (18:44 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 18 Apr 2007 18:44:43 +0000 (18:44 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@529 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.h
macosx/Controller.mm
macosx/English.lproj/MainMenu.nib/classes.nib
macosx/English.lproj/MainMenu.nib/info.nib
macosx/English.lproj/MainMenu.nib/keyedobjects.nib

index 6fa961d..f5a84bb 100644 (file)
 
 - (IBAction) OpenHomepage: (id) sender;
 - (IBAction) OpenForums:   (id) sender;
+- (IBAction) OpenUserGuide:   (id) sender;
 
 // Preset Methods Here
 - (IBAction) CustomSettingUsed: (id) sender;
index d478cde..4c0e101 100644 (file)
@@ -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
index f10ce5e..f8a322a 100644 (file)
@@ -22,6 +22,7 @@
                 InsertPreset = id; 
                 OpenForums = id; 
                 OpenHomepage = id; 
+                OpenUserGuide = id; 
                 Pause = id; 
                 QualitySliderChanged = id; 
                 Rip = id; 
index e9254d6..7697e33 100644 (file)
@@ -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>
index 3d16db9..ef75303 100644 (file)
Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ