[vlc-devel] commit: macosx: Fix vout window min size. (Pierre d'Herbemont )

git version control git at videolan.org
Mon Aug 25 23:26:32 CEST 2008


vlc | branch: 0.9-bugfix | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon Aug 25 23:16:09 2008 +0200| [0f04156931cc0b53f785815df6b9b94df45353a2] | committer: Pierre d'Herbemont 

macosx: Fix vout window min size.
(cherry picked from commit 0c1253a3ee204ea7d783cb3b34eada1b6c78fa15)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f04156931cc0b53f785815df6b9b94df45353a2
---

 .../English.lproj/MainMenu.nib/classes.nib         |   50 ++++++++++----------
 .../Resources/English.lproj/MainMenu.nib/info.nib  |    5 +-
 .../English.lproj/MainMenu.nib/keyedobjects.nib    |  Bin 114169 -> 114387 bytes
 3 files changed, 28 insertions(+), 27 deletions(-)

diff --git a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib
index 0b653b1..ed4e5fe 100644
--- a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib
+++ b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib
@@ -46,6 +46,25 @@
 			<string>NSWindow</string>
 		</dict>
 		<dict>
+			<key>CLASS</key>
+			<string>VLCPlaylistCommon</string>
+			<key>LANGUAGE</key>
+			<string>ObjC</string>
+			<key>OUTLETS</key>
+			<dict>
+				<key>o_outline_view</key>
+				<string>id</string>
+				<key>o_tc_author</key>
+				<string>id</string>
+				<key>o_tc_duration</key>
+				<string>id</string>
+				<key>o_tc_name</key>
+				<string>id</string>
+			</dict>
+			<key>SUPERCLASS</key>
+			<string>NSObject</string>
+		</dict>
+		<dict>
 			<key>ACTIONS</key>
 			<dict>
 				<key>checkForUpdate</key>
@@ -134,17 +153,17 @@
 				<key>o_controls</key>
 				<string>VLCControls</string>
 				<key>o_crashrep_desc_txt</key>
-				<string>id</string>
+				<string>NSTextField</string>
 				<key>o_crashrep_dontSend_btn</key>
-				<string>id</string>
+				<string>NSButton</string>
 				<key>o_crashrep_fld</key>
-				<string>id</string>
+				<string>NSTextView</string>
 				<key>o_crashrep_send_btn</key>
-				<string>id</string>
+				<string>NSButton</string>
 				<key>o_crashrep_title_txt</key>
-				<string>id</string>
+				<string>NSTextField</string>
 				<key>o_crashrep_win</key>
-				<string>id</string>
+				<string>NSWindow</string>
 				<key>o_dmi_mute</key>
 				<string>NSMenuItem</string>
 				<key>o_dmi_next</key>
@@ -431,25 +450,6 @@
 		</dict>
 		<dict>
 			<key>CLASS</key>
-			<string>VLCPlaylistCommon</string>
-			<key>LANGUAGE</key>
-			<string>ObjC</string>
-			<key>OUTLETS</key>
-			<dict>
-				<key>o_outline_view</key>
-				<string>id</string>
-				<key>o_tc_author</key>
-				<string>id</string>
-				<key>o_tc_duration</key>
-				<string>id</string>
-				<key>o_tc_name</key>
-				<string>id</string>
-			</dict>
-			<key>SUPERCLASS</key>
-			<string>NSObject</string>
-		</dict>
-		<dict>
-			<key>CLASS</key>
 			<string>NSApplication</string>
 			<key>LANGUAGE</key>
 			<string>ObjC</string>
diff --git a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib
index 8822c00..e558355 100644
--- a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib
+++ b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib
@@ -11,9 +11,10 @@
 	<key>IBOpenObjects</key>
 	<array>
 		<integer>29</integer>
-		<integer>3817</integer>
-		<integer>3568</integer>
+		<integer>2417</integer>
 		<integer>915</integer>
+		<integer>3568</integer>
+		<integer>3817</integer>
 		<integer>21</integer>
 	</array>
 	<key>IBSystem Version</key>
diff --git a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
index 4ec8df3..e6fda6c 100644
Binary files a/extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib and b/extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib differ




More information about the vlc-devel mailing list