summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-07-25 19:08:39 +0000
committerdynaflash <[email protected]>2007-07-25 19:08:39 +0000
commitce8f61c16e66aeadf42535271ad2ce288724008b (patch)
tree495aa42cc1d9d546f831c6ec15a0ab0d97419e1f /macosx/English.lproj
parent6934e983fd9b10317828d6527d8102ef8f9123bc (diff)
MacGui: "Ritsuka Bar" toolbar initial implementation
- Thanks goes to Ritsuka! - Moves the Start/Cancel, Pause/Resume, Presets Drawer and Activity Window (previously debug) controls into a nice toolbar at the top of the main window - Resizes the height of the main window to allow for the progress bar at the bottom during encoding - Small change in that now muxmkv.c is included in the xcode project under libhb resources. Instead of under the main project heading. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@733 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r--macosx/English.lproj/MainMenu.nib/classes.nib6
-rw-r--r--macosx/English.lproj/MainMenu.nib/info.nib9
-rw-r--r--macosx/English.lproj/MainMenu.nib/keyedobjects.nibbin124513 -> 121340 bytes
-rw-r--r--macosx/English.lproj/OutputPanel.nib/info.nib2
-rw-r--r--macosx/English.lproj/OutputPanel.nib/keyedobjects.nibbin6014 -> 6081 bytes
5 files changed, 6 insertions, 11 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib
index 6967469df..b1874b1a0 100644
--- a/macosx/English.lproj/MainMenu.nib/classes.nib
+++ b/macosx/English.lproj/MainMenu.nib/classes.nib
@@ -51,7 +51,6 @@
LANGUAGE = ObjC;
OUTLETS = {
fAddPresetPanel = NSPanel;
- fAddToQuButton = NSButton;
fAudBitrateField = NSTextField;
fAudBitratePopUp = NSPopUpButton;
fAudLang1Field = NSTextField;
@@ -76,7 +75,6 @@
fDstFormatField = NSTextField;
fDstFormatPopUp = NSPopUpButton;
fDstMpgLargeFileCheck = NSButton;
- fPauseButton = NSButton;
fPicLabelAnamorphic = NSTextField;
fPicLabelAr = NSTextField;
fPicLabelDeinter = NSTextField;
@@ -112,16 +110,12 @@
fPresetSelectedDisplay = NSTextField;
fPresetsAdd = NSButton;
fPresetsDelete = NSButton;
- fQueueAddButton = NSButton;
fQueueController = QueueController;
fQueuePanel = NSPanel;
- fQueueShowButton = NSButton;
fQueueStatus = NSTextField;
- fRipButton = NSButton;
fRipIndicator = NSProgressIndicator;
fScanController = ScanController;
fScanPanel = NSPanel;
- fShowQuButton = NSButton;
fSrcChapterEndPopUp = NSPopUpButton;
fSrcChapterField = NSTextField;
fSrcChapterStartPopUp = NSPopUpButton;
diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib
index 67485c226..dfc9a034b 100644
--- a/macosx/English.lproj/MainMenu.nib/info.nib
+++ b/macosx/English.lproj/MainMenu.nib/info.nib
@@ -7,7 +7,7 @@
<key>IBEditorPositions</key>
<dict>
<key>1843</key>
- <string>863 409 220 592 0 0 1920 1058 </string>
+ <string>620 338 200 530 0 0 1440 878 </string>
<key>29</key>
<string>155 478 365 44 0 0 1440 878 </string>
</dict>
@@ -19,8 +19,10 @@
</array>
<key>IBOpenObjects</key>
<array>
- <integer>29</integer>
+ <integer>1843</integer>
+ <integer>365</integer>
<integer>21</integer>
+ <integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8R2218</string>
@@ -30,8 +32,7 @@
<dict>
<key>guideLocations</key>
<array>
- <string>Horizontal:576.000000</string>
- <string>Horizontal:318.000000</string>
+ <string>Horizontal:492.000000</string>
</array>
<key>guidesLocked</key>
<false/>
diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
index 2af236d48..b22d0d9fe 100644
--- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
+++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
Binary files differ
diff --git a/macosx/English.lproj/OutputPanel.nib/info.nib b/macosx/English.lproj/OutputPanel.nib/info.nib
index 708844cb7..c4028233f 100644
--- a/macosx/English.lproj/OutputPanel.nib/info.nib
+++ b/macosx/English.lproj/OutputPanel.nib/info.nib
@@ -17,6 +17,6 @@
<integer>11</integer>
</array>
<key>IBSystem Version</key>
- <string>8P2137</string>
+ <string>8R2218</string>
</dict>
</plist>
diff --git a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
index f3f72537f..60e034726 100644
--- a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
+++ b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
Binary files differ