[vlc-devel] commit: macosx: resized 2 controls to fit localised labels ( Felix Paul Kühne )

git version control git at videolan.org
Sun Jul 26 21:12:45 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul 26 21:12:23 2009 +0200| [5e871d84d1b7edc4baa47582d78feaf1a81063c4] | committer: Felix Paul Kühne 

macosx: resized 2 controls to fit localised labels

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

 .../Resources/English.lproj/Extended.nib/info.nib  |    6 +-
 .../English.lproj/Extended.nib/keyedobjects.nib    |  Bin 20018 -> 20018 bytes
 .../Resources/English.lproj/Update.nib/classes.nib |  108 +++++++-------------
 .../Resources/English.lproj/Update.nib/info.nib    |    8 +-
 .../English.lproj/Update.nib/keyedobjects.nib      |  Bin 8587 -> 8550 bytes
 po/de.po                                           |    3 +-
 6 files changed, 49 insertions(+), 76 deletions(-)

diff --git a/extras/package/macosx/Resources/English.lproj/Extended.nib/info.nib b/extras/package/macosx/Resources/English.lproj/Extended.nib/info.nib
index 507dfd3..1999c55 100644
--- a/extras/package/macosx/Resources/English.lproj/Extended.nib/info.nib
+++ b/extras/package/macosx/Resources/English.lproj/Extended.nib/info.nib
@@ -7,7 +7,7 @@
 	<key>IBEditorPositions</key>
 	<dict>
 		<key>13</key>
-		<string>445 508 390 120 0 0 1280 778 </string>
+		<string>445 509 390 120 0 0 1280 778 </string>
 		<key>32</key>
 		<string>445 421 390 237 0 0 1280 778 </string>
 		<key>5</key>
@@ -17,13 +17,13 @@
 	<string>489.0</string>
 	<key>IBOpenObjects</key>
 	<array>
+		<integer>18</integer>
 		<integer>13</integer>
 		<integer>5</integer>
 		<integer>32</integer>
-		<integer>18</integer>
 	</array>
 	<key>IBSystem Version</key>
-	<string>9E17</string>
+	<string>9L27</string>
 	<key>targetFramework</key>
 	<string>IBCocoaFramework</string>
 </dict>
diff --git a/extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib b/extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib
index 447d06e..2d91434 100644
Binary files a/extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib and b/extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib differ
diff --git a/extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib b/extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib
index db29dd4..a981581 100644
--- a/extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib
+++ b/extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib
@@ -1,69 +1,39 @@
-<?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>NSApplication</string>
-			<key>LANGUAGE</key>
-			<string>ObjC</string>
-			<key>SUPERCLASS</key>
-			<string>NSResponder</string>
-		</dict>
-		<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>changeCheckUpdateOnStartup</key>
-				<string>id</string>
-				<key>download</key>
-				<string>id</string>
-				<key>okay</key>
-				<string>id</string>
-			</dict>
-			<key>CLASS</key>
-			<string>VLCUpdate</string>
-			<key>LANGUAGE</key>
-			<string>ObjC</string>
-			<key>OUTLETS</key>
-			<dict>
-				<key>o_bar_checking</key>
-				<string>id</string>
-				<key>o_btn_DownloadNow</key>
-				<string>id</string>
-				<key>o_btn_okay</key>
-				<string>id</string>
-				<key>o_chk_updateOnStartup</key>
-				<string>id</string>
-				<key>o_fld_currentVersion</key>
-				<string>id</string>
-				<key>o_fld_releaseNote</key>
-				<string>id</string>
-				<key>o_fld_status</key>
-				<string>id</string>
-				<key>o_update_window</key>
-				<string>id</string>
-			</dict>
-			<key>SUPERCLASS</key>
-			<string>NSObject</string>
-		</dict>
-	</array>
-	<key>IBVersion</key>
-	<string>1</string>
-</dict>
-</plist>
+{
+    IBClasses =     (
+                {
+            CLASS = FirstResponder;
+            LANGUAGE = ObjC;
+            SUPERCLASS = NSObject;
+        },
+                {
+            CLASS = NSApplication;
+            LANGUAGE = ObjC;
+            SUPERCLASS = NSResponder;
+        },
+                {
+            CLASS = NSObject;
+            LANGUAGE = ObjC;
+        },
+                {
+            ACTIONS =             {
+                changeCheckUpdateOnStartup = id;
+                download = id;
+                okay = id;
+            };
+            CLASS = VLCUpdate;
+            LANGUAGE = ObjC;
+            OUTLETS =             {
+                "o_bar_checking" = id;
+                "o_btn_DownloadNow" = id;
+                "o_btn_okay" = id;
+                "o_chk_updateOnStartup" = id;
+                "o_fld_currentVersion" = id;
+                "o_fld_releaseNote" = id;
+                "o_fld_status" = id;
+                "o_update_window" = id;
+            };
+            SUPERCLASS = NSObject;
+        }
+    );
+    IBVersion = 1;
+}
\ No newline at end of file
diff --git a/extras/package/macosx/Resources/English.lproj/Update.nib/info.nib b/extras/package/macosx/Resources/English.lproj/Update.nib/info.nib
index d508573..defff0a 100644
--- a/extras/package/macosx/Resources/English.lproj/Update.nib/info.nib
+++ b/extras/package/macosx/Resources/English.lproj/Update.nib/info.nib
@@ -2,18 +2,20 @@
 <!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>69 72 356 240 0 0 1280 778 </string>
 	<key>IBFramework Version</key>
-	<string>629</string>
+	<string>489.0</string>
 	<key>IBLastKnownRelativeProjectPath</key>
 	<string>../../../vlc.xcodeproj</string>
 	<key>IBOldestOS</key>
 	<integer>5</integer>
 	<key>IBOpenObjects</key>
 	<array>
-		<integer>22</integer>
+		<integer>5</integer>
 	</array>
 	<key>IBSystem Version</key>
-	<string>9C7010</string>
+	<string>9L27</string>
 	<key>targetFramework</key>
 	<string>IBCocoaFramework</string>
 </dict>
diff --git a/extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib b/extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib
index 0658a69..bdf6558 100644
Binary files a/extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib and b/extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib differ
diff --git a/po/de.po b/po/de.po
index 9abc93f..4911e09 100644
--- a/po/de.po
+++ b/po/de.po
@@ -15380,8 +15380,9 @@ msgstr "Standard-Serverport"
 
 #: modules/gui/macosx/simple_prefs.m:261
 #: modules/gui/qt4/ui/sprefs_interface.h:321
+# dit muss so, sonst passt es nicht!
 msgid "Album art download policy"
-msgstr "Richtlinie für Albumcover-Download"
+msgstr "Albumcover herunterladen"
 
 #: modules/gui/macosx/simple_prefs.m:262
 msgid "Add controls to the video window"




More information about the vlc-devel mailing list