From: Felix Paul Kühne Date: Sun, 9 Oct 2005 12:33:44 +0000 (+0000) Subject: * redesign of the about window X-Git-Tag: 0.8.4~304 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c5340175afc8d96555fee86b3c83eb2cde302d48;p=vlc * redesign of the about window - thanks to Vincent van den Heuvel 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 --- diff --git a/extras/MacOSX/Resources/English.lproj/About.nib/info.nib b/extras/MacOSX/Resources/English.lproj/About.nib/info.nib index bf5de52da8..51925bfc74 100644 --- a/extras/MacOSX/Resources/English.lproj/About.nib/info.nib +++ b/extras/MacOSX/Resources/English.lproj/About.nib/info.nib @@ -5,7 +5,7 @@ IBDocumentLocation 45 176 505 517 0 0 1024 746 IBFramework Version - 439.0 + 437.0 IBLockedObjects IBOpenObjects diff --git a/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib b/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib index b042d4b712..35755119a9 100644 Binary files a/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib and b/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib differ diff --git a/extras/MacOSX/Resources/about_bg.png b/extras/MacOSX/Resources/about_bg.png index b4177ec29d..1f252384c1 100644 Binary files a/extras/MacOSX/Resources/about_bg.png and b/extras/MacOSX/Resources/about_bg.png differ diff --git a/extras/MacOSX/vlc.pbproj/project.pbxproj b/extras/MacOSX/vlc.pbproj/project.pbxproj index 9b56c4c6b7..db00e25d53 100644 --- a/extras/MacOSX/vlc.pbproj/project.pbxproj +++ b/extras/MacOSX/vlc.pbproj/project.pbxproj @@ -781,7 +781,6 @@ DCC9AE9507F77DE600394C42, A0E6B59904407FBD0080DD97, 8EDAC3440440F72D0059A3A7, - 8EE1AFA40444660F0059A3A7, 8E9CC7B2046EFD700059A3A7, 8E445F9D04728A700059A3A7, 8E445F9E04728A700059A3A7, @@ -839,6 +838,7 @@ DCFCCDB9085CE18F001E36AF, DC7F46ED08A183FC0027DB24, DCE7BD0508A56C8B007B10AE, + DCDA5E6508F94518009D93A8, ); isa = PBXResourcesBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -861,9 +861,9 @@ 089C167CFE841241C02AAC07 = { children = ( DCF358BC077F1236007DB450, + DCDA5E6408F94518009D93A8, 8E445F86047289E50059A3A7, 8ECA7E520563CD9500DFC000, - 8EE1AFA30444660F0059A3A7, F69B0CA602E24F6401A80112, 8ED6C29D03E2F32E0059A3A7, 8E9CC7B1046EFD700059A3A7, @@ -2138,20 +2138,6 @@ 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 @@ -2306,6 +2292,20 @@ settings = { }; }; + DCDA5E6408F94518009D93A8 = { + isa = PBXFileReference; + lastKnownFileType = image.png; + name = about_bg.png; + path = Resources/about_bg.png; + refType = 4; + sourceTree = ""; + }; + DCDA5E6508F94518009D93A8 = { + fileRef = DCDA5E6408F94518009D93A8; + isa = PBXBuildFile; + settings = { + }; + }; DCE7BD0308A56C8B007B10AE = { children = ( DCE7BD0408A56C8B007B10AE, diff --git a/modules/gui/macosx/about.m b/modules/gui/macosx/about.m index 37eec93bcb..122eca2ecd 100644 --- a/modules/gui/macosx/about.m +++ b/modules/gui/macosx/about.m @@ -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 */