]> granicus.if.org Git - handbrake/commitdiff
MacGUI: Fixed "Alert Window And Growl" option (thanks travistex) and small alignment...
authorritsuka <damiog@gmail.com>
Sun, 6 Jan 2008 12:42:15 +0000 (12:42 +0000)
committerritsuka <damiog@gmail.com>
Sun, 6 Jan 2008 12:42:15 +0000 (12:42 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1166 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/English.lproj/OutputPanel.nib/classes.nib
macosx/English.lproj/OutputPanel.nib/info.nib
macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
macosx/English.lproj/Preferences.nib/classes.nib
macosx/English.lproj/Preferences.nib/info.nib
macosx/English.lproj/Preferences.nib/keyedobjects.nib

index 0727f5d79919a429f8f8cc0b044188088371ff5f..ae5fdbfc60476b2edc6b4acb464dddc1d213201b 100644 (file)
@@ -1,19 +1,53 @@
-{
-    IBClasses = (
-        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
-        {
-            ACTIONS = {
-                clearActivityLogFile = id; 
-                clearOutput = id; 
-                copyAllOutputToPasteboard = id; 
-                openActivityLogFile = id; 
-                showOutputPanel = id; 
-            }; 
-            CLASS = HBOutputPanelController; 
-            LANGUAGE = ObjC; 
-            OUTLETS = {outputPanel = NSPanel; textView = NSTextView; }; 
-            SUPERCLASS = NSObject; 
-        }
-    ); 
-    IBVersion = 1; 
-}
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>IBClasses</key>
+       <array>
+               <dict>
+                       <key>CLASS</key>
+                       <string>FirstResponder</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+               <dict>
+                       <key>CLASS</key>
+                       <string>NSObject</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>clearActivityLogFile</key>
+                               <string>id</string>
+                               <key>clearOutput</key>
+                               <string>id</string>
+                               <key>copyAllOutputToPasteboard</key>
+                               <string>id</string>
+                               <key>openActivityLogFile</key>
+                               <string>id</string>
+                               <key>showOutputPanel</key>
+                               <string>id</string>
+                       </dict>
+                       <key>CLASS</key>
+                       <string>HBOutputPanelController</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>OUTLETS</key>
+                       <dict>
+                               <key>outputPanel</key>
+                               <string>NSPanel</string>
+                               <key>textView</key>
+                               <string>NSTextView</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+       </array>
+       <key>IBVersion</key>
+       <string>1</string>
+</dict>
+</plist>
index f2041fac9735e88379c29f57ca81fac95c1be2f0..f944f82fe50097f9a3648d499a3cc93f23e797a8 100644 (file)
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
-       <key>IBDocumentLocation</key>
-       <string>107 409 356 240 0 0 1440 878 </string>
-       <key>IBEditorPositions</key>
-       <dict>
-               <key>11</key>
-               <string>309 264 145 87 0 0 1440 878 </string>
-       </dict>
        <key>IBFramework Version</key>
-       <string>446.1</string>
+       <string>629</string>
+       <key>IBLastKnownRelativeProjectPath</key>
+       <string>../../HandBrake.xcodeproj</string>
+       <key>IBOldestOS</key>
+       <integer>5</integer>
        <key>IBOpenObjects</key>
        <array>
-               <integer>5</integer>
-               <integer>11</integer>
+               <integer>19</integer>
        </array>
        <key>IBSystem Version</key>
-       <string>8S2167</string>
+       <string>9B18</string>
+       <key>targetFramework</key>
+       <string>IBCocoaFramework</string>
 </dict>
 </plist>
index 0b5b3c54586dfb042c887db648532596acc7d4f8..e6ea9c0e9f17844fc3144867490bbad8cb0c49c0 100644 (file)
Binary files a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib and b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib differ
index 266686202561a3c2354765e857aa78c01e0460ed..8273aaaa32156d393d75dc53dae3b458f8b64f83 100644 (file)
@@ -1,17 +1,20 @@
 {
-    IBClasses = (
-        {
-            ACTIONS = {close = id; runModal = id; }; 
-            CLASS = HBPreferencesController; 
-            LANGUAGE = ObjC; 
-            OUTLETS = {
-                fAdvancedView = NSView; 
-                fAudioView = NSView; 
-                fGeneralView = NSView; 
-                fPictureView = NSView; 
-            }; 
-            SUPERCLASS = NSWindowController; 
+    IBClasses =     (
+                {
+            ACTIONS =             {
+                close = id;
+                runModal = id;
+            };
+            CLASS = HBPreferencesController;
+            LANGUAGE = ObjC;
+            OUTLETS =             {
+                fAdvancedView = NSView;
+                fAudioView = NSView;
+                fGeneralView = NSView;
+                fPictureView = NSView;
+            };
+            SUPERCLASS = NSWindowController;
         }
-    ); 
-    IBVersion = 1; 
+    );
+    IBVersion = 1;
 }
\ No newline at end of file
index 8c0693351c8b91c6c3efc13119b1ac736e9bb1e5..39083fcb810f54d59c8b3205b49a889e37d2de40 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
        <key>IBDocumentLocation</key>
@@ -7,7 +7,7 @@
        <key>IBEditorPositions</key>
        <dict>
                <key>233</key>
-               <string>480 459 520 251 0 0 1440 878 </string>
+               <string>554 582 520 251 0 0 1680 1028 </string>
                <key>234</key>
                <string>480 510 520 150 0 0 1440 878 </string>
                <key>235</key>
                <string>480 472 520 226 0 0 1440 878 </string>
        </dict>
        <key>IBFramework Version</key>
-       <string>446.1</string>
+       <string>489.0</string>
        <key>IBOpenObjects</key>
        <array>
                <integer>233</integer>
        </array>
        <key>IBSystem Version</key>
-       <string>8R2218</string>
+       <string>9B18</string>
 </dict>
 </plist>
index 40c177c2b3c253af04fdc0f24c93193775faa7d3..a34027eb08b478d6e8e570c3c245488afac368bc 100644 (file)
Binary files a/macosx/English.lproj/Preferences.nib/keyedobjects.nib and b/macosx/English.lproj/Preferences.nib/keyedobjects.nib differ