]> git.sesse.net Git - vlc/commitdiff
* redesign of the about window
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 9 Oct 2005 12:33:44 +0000 (12:33 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 9 Oct 2005 12:33:44 +0000 (12:33 +0000)
- thanks to Vincent van den Heuvel <heuvel@mac.com> for the artwork
- screenshots are available at www.aenneburghardt.de/fk/vlc/about1.jpg and *2.jpg
- feel free to revert or modify this commit if you don't like it this way

extras/MacOSX/Resources/English.lproj/About.nib/info.nib
extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
extras/MacOSX/Resources/about_bg.png
extras/MacOSX/vlc.pbproj/project.pbxproj
modules/gui/macosx/about.m

index bf5de52da875ace05788d10c412f5b5b397015bf..51925bfc742f5229e040d5b240016fc3a1ef8126 100644 (file)
@@ -5,7 +5,7 @@
        <key>IBDocumentLocation</key>
        <string>45 176 505 517 0 0 1024 746 </string>
        <key>IBFramework Version</key>
-       <string>439.0</string>
+       <string>437.0</string>
        <key>IBLockedObjects</key>
        <array/>
        <key>IBOpenObjects</key>
index b042d4b7123adb3dcaabdffd8d1323ba9cb59e25..35755119a9b99ebdadbc1ee078ccf7b993d97df7 100644 (file)
Binary files a/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib and b/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib differ
index b4177ec29d8687ddd6c7eefc41e0a6c8e4a109f6..1f252384c1ae2dacd99fae33be04b54ab0bf6f58 100644 (file)
Binary files a/extras/MacOSX/Resources/about_bg.png and b/extras/MacOSX/Resources/about_bg.png differ
index 9b56c4c6b75e549458b7e63e19a072dbce45868a..db00e25d53e2673edc134b81dec5e6af2d9e2004 100644 (file)
                                DCC9AE9507F77DE600394C42,
                                A0E6B59904407FBD0080DD97,
                                8EDAC3440440F72D0059A3A7,
-                               8EE1AFA40444660F0059A3A7,
                                8E9CC7B2046EFD700059A3A7,
                                8E445F9D04728A700059A3A7,
                                8E445F9E04728A700059A3A7,
                                DCFCCDB9085CE18F001E36AF,
                                DC7F46ED08A183FC0027DB24,
                                DCE7BD0508A56C8B007B10AE,
+                               DCDA5E6508F94518009D93A8,
                        );
                        isa = PBXResourcesBuildPhase;
                        runOnlyForDeploymentPostprocessing = 0;
                089C167CFE841241C02AAC07 = {
                        children = (
                                DCF358BC077F1236007DB450,
+                               DCDA5E6408F94518009D93A8,
                                8E445F86047289E50059A3A7,
                                8ECA7E520563CD9500DFC000,
-                               8EE1AFA30444660F0059A3A7,
                                F69B0CA602E24F6401A80112,
                                8ED6C29D03E2F32E0059A3A7,
                                8E9CC7B1046EFD700059A3A7,
                        refType = 2;
                        sourceTree = SOURCE_ROOT;
                };
-               8EE1AFA30444660F0059A3A7 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = image.png;
-                       name = about_bg.png;
-                       path = Resources/about_bg.png;
-                       refType = 2;
-                       sourceTree = SOURCE_ROOT;
-               };
-               8EE1AFA40444660F0059A3A7 = {
-                       fileRef = 8EE1AFA30444660F0059A3A7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
 //8E0
 //8E1
 //8E2
                        settings = {
                        };
                };
+               DCDA5E6408F94518009D93A8 = {
+                       isa = PBXFileReference;
+                       lastKnownFileType = image.png;
+                       name = about_bg.png;
+                       path = Resources/about_bg.png;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               DCDA5E6508F94518009D93A8 = {
+                       fileRef = DCDA5E6408F94518009D93A8;
+                       isa = PBXBuildFile;
+                       settings = {
+                       };
+               };
                DCE7BD0308A56C8B007B10AE = {
                        children = (
                                DCE7BD0408A56C8B007B10AE,
index 37eec93bcb927c1685dafce43842eef497d7a455..122eca2ecd011d3846cc2d1261dc64ba8d6baec5 100644 (file)
@@ -81,7 +81,7 @@ static VLAboutBox *_o_sharedInstance = nil;
             VLC_Changeset()]];
     
         /* Setup the nameversion field */
-        o_name_version = [NSString stringWithFormat:@"%@ - Version %@", o_name, o_version];
+        o_name_version = [NSString stringWithFormat:@"Version %@", o_version];
         [o_name_version_field setStringValue: o_name_version];
         
         /* Setup our credits */