summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorritsuka <[email protected]>2008-01-06 12:42:15 +0000
committerritsuka <[email protected]>2008-01-06 12:42:15 +0000
commitb4194f6f8a974f8037fb65e9ed41ae31db8761c7 (patch)
tree7648071c88a7897f12174f371e5811c59d65a1e4 /macosx
parent62db42a0627ce5fdf35806924a9ad7d6167fc46e (diff)
MacGUI: Fixed "Alert Window And Growl" option (thanks travistex) and small alignment changes in the Activity Window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1166 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/English.lproj/OutputPanel.nib/classes.nib72
-rw-r--r--macosx/English.lproj/OutputPanel.nib/info.nib22
-rw-r--r--macosx/English.lproj/OutputPanel.nib/keyedobjects.nibbin6629 -> 7008 bytes
-rw-r--r--macosx/English.lproj/Preferences.nib/classes.nib31
-rw-r--r--macosx/English.lproj/Preferences.nib/info.nib8
-rw-r--r--macosx/English.lproj/Preferences.nib/keyedobjects.nibbin19883 -> 19905 bytes
6 files changed, 84 insertions, 49 deletions
diff --git a/macosx/English.lproj/OutputPanel.nib/classes.nib b/macosx/English.lproj/OutputPanel.nib/classes.nib
index 0727f5d79..ae5fdbfc6 100644
--- a/macosx/English.lproj/OutputPanel.nib/classes.nib
+++ b/macosx/English.lproj/OutputPanel.nib/classes.nib
@@ -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>
diff --git a/macosx/English.lproj/OutputPanel.nib/info.nib b/macosx/English.lproj/OutputPanel.nib/info.nib
index f2041fac9..f944f82fe 100644
--- a/macosx/English.lproj/OutputPanel.nib/info.nib
+++ b/macosx/English.lproj/OutputPanel.nib/info.nib
@@ -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>
diff --git a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
index 0b5b3c545..e6ea9c0e9 100644
--- a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
+++ b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
Binary files differ
diff --git a/macosx/English.lproj/Preferences.nib/classes.nib b/macosx/English.lproj/Preferences.nib/classes.nib
index 266686202..8273aaaa3 100644
--- a/macosx/English.lproj/Preferences.nib/classes.nib
+++ b/macosx/English.lproj/Preferences.nib/classes.nib
@@ -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
diff --git a/macosx/English.lproj/Preferences.nib/info.nib b/macosx/English.lproj/Preferences.nib/info.nib
index 8c0693351..39083fcb8 100644
--- a/macosx/English.lproj/Preferences.nib/info.nib
+++ b/macosx/English.lproj/Preferences.nib/info.nib
@@ -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>
@@ -16,12 +16,12 @@
<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>
diff --git a/macosx/English.lproj/Preferences.nib/keyedobjects.nib b/macosx/English.lproj/Preferences.nib/keyedobjects.nib
index 40c177c2b..a34027eb0 100644
--- a/macosx/English.lproj/Preferences.nib/keyedobjects.nib
+++ b/macosx/English.lproj/Preferences.nib/keyedobjects.nib
Binary files differ