Changeset 4711

Show
Ignore:
Timestamp:
04/23/07 22:48:31 (1 year ago)
Author:
morris
Message:

Rename nib

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHBrowserWindowController.m

    r4709 r4711  
    449449 
    450450- (id)init { 
    451         self = [super initWithWindowNibName:@"Window"]; 
     451        self = [super initWithWindowNibName:@"BrowserWindow"]; 
    452452         
    453453        _imageLoader = [[FHImageLoader alloc] init]; 
  • Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj

    r4710 r4711  
    122122                77B151840BD8FEB1009B6183 /* FHFullscreenWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B151820BD8FEB1009B6183 /* FHFullscreenWindowController.m */; }; 
    123123                77B151880BD8FEBB009B6183 /* FHImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B151860BD8FEBB009B6183 /* FHImageLoader.m */; }; 
    124                 77B151BC0BD8FF63009B6183 /* Window.nib in Resources */ = {isa = PBXBuildFile; fileRef = 77B151B80BD8FF63009B6183 /* Window.nib */; }; 
    125124                77B151BD0BD8FF63009B6183 /* FullscreenWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 77B151BA0BD8FF63009B6183 /* FullscreenWindow.nib */; }; 
    126125                77BD99520760B7380007D034 /* FHTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 77BD99500760B7380007D034 /* FHTableView.m */; }; 
     
    156155                A58BE75009BB53C400C3C20D /* RotateRight.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A58BE74F09BB53C400C3C20D /* RotateRight.tiff */; }; 
    157156                A599A110075F94F400A03BA5 /* FHFileCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A599A10E075F94F400A03BA5 /* FHFileCell.m */; }; 
    158                 A5A183EF0BDD5231004788EF /* FHWindowController.h in Copy Files (Frameworks) */ = {isa = PBXBuildFile; fileRef = A5A183ED0BDD5231004788EF /* FHWindowController.h */; }; 
    159157                A5A183F00BDD5231004788EF /* FHWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A5A183EE0BDD5231004788EF /* FHWindowController.m */; }; 
     158                A5A184180BDD52D6004788EF /* BrowserWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = A5A184160BDD52D6004788EF /* BrowserWindow.nib */; }; 
    160159                A5B1F611067B3AA100111D0A /* FHHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A5B1F60F067B3AA100111D0A /* FHHandler.m */; }; 
    161160                A5B1F617067B3B7900111D0A /* FHFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A5B1F616067B3B7900111D0A /* FHFileHandler.m */; }; 
     
    269268                        files = ( 
    270269                                A5643D310A26056A00ADF4F5 /* WiredAdditions.framework in Copy Files (Frameworks) */, 
    271                                 A5A183EF0BDD5231004788EF /* FHWindowController.h in Copy Files (Frameworks) */, 
    272270                        ); 
    273271                        name = "Copy Files (Frameworks)"; 
     
    328326                77B151850BD8FEBB009B6183 /* FHImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FHImageLoader.h; sourceTree = "<group>"; }; 
    329327                77B151860BD8FEBB009B6183 /* FHImageLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FHImageLoader.m; sourceTree = "<group>"; }; 
    330                 77B151B90BD8FF63009B6183 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Window.nib; sourceTree = "<group>"; }; 
    331328                77B151BB0BD8FF63009B6183 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/FullscreenWindow.nib; sourceTree = "<group>"; }; 
    332329                77B151CF0BD8FF94009B6183 /* WiredAdditions */ = {isa = PBXFileReference; lastKnownFileType = folder; path = WiredAdditions; sourceTree = SOURCE_ROOT; }; 
     
    427424                A5A183ED0BDD5231004788EF /* FHWindowController.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = FHWindowController.h; sourceTree = "<group>"; }; 
    428425                A5A183EE0BDD5231004788EF /* FHWindowController.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = FHWindowController.m; sourceTree = "<group>"; }; 
     426                A5A184170BDD52D6004788EF /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/BrowserWindow.nib; sourceTree = "<group>"; }; 
    429427                A5B1F60E067B3AA100111D0A /* FHHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FHHandler.h; sourceTree = "<group>"; }; 
    430428                A5B1F60F067B3AA100111D0A /* FHHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FHHandler.m; sourceTree = "<group>"; }; 
     
    681679                                A5E5174205774ED40004F5D6 /* Credits.rtf */, 
    682680                                77CDAE70083B3515003BE654 /* ReleaseNotes.rtf */, 
     681                                A5A184160BDD52D6004788EF /* BrowserWindow.nib */, 
    683682                                77B151BA0BD8FF63009B6183 /* FullscreenWindow.nib */, 
    684683                                29B97318FDCFA39411CA2CEA /* MainMenu.nib */, 
    685                                 77B151B80BD8FF63009B6183 /* Window.nib */, 
    686684                                A51395F405771ED4007FE220 /* Footagehead.icns */, 
    687685                                A58BE56609BA054F00C3C20D /* Black.tiff */, 
     
    11701168                                A5E5174405774ED40004F5D6 /* Credits.rtf in Resources */, 
    11711169                                77CDAE72083B3515003BE654 /* ReleaseNotes.rtf in Resources */, 
     1170                                A5A184180BDD52D6004788EF /* BrowserWindow.nib in Resources */, 
     1171                                77B151BD0BD8FF63009B6183 /* FullscreenWindow.nib in Resources */, 
    11721172                                8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */, 
    11731173                                778F0C590B64C8B200E3CD47 /* lha in Resources */, 
     
    11871187                                A58BE56B09BA054F00C3C20D /* Gray.tiff in Resources */, 
    11881188                                A58BE75009BB53C400C3C20D /* RotateRight.tiff in Resources */, 
    1189                                 77B151BC0BD8FF63009B6183 /* Window.nib in Resources */, 
    1190                                 77B151BD0BD8FF63009B6183 /* FullscreenWindow.nib in Resources */, 
    11911189                        ); 
    11921190                        runOnlyForDeploymentPostprocessing = 0; 
     
    13431341                                775BA4F2075F70ED00F0941E /* NSImage-FHAdditions.m in Sources */, 
    13441342                                778F0B160B64C27100E3CD47 /* FHArchiveHandler.m in Sources */, 
     1343                                77B151800BD8FEA2009B6183 /* FHBrowserWindowController.m in Sources */, 
    13451344                                A5B1FB9F067CB90400111D0A /* FHCache.m in Sources */, 
    13461345                                A587DF83055AA418005D2097 /* FHController.m in Sources */, 
     
    13661365                                77BD99520760B7380007D034 /* FHTableView.m in Sources */, 
    13671366                                77EAADDA084B546D006C9F69 /* FHURLHandler.m in Sources */, 
    1368                                 77B151800BD8FEA2009B6183 /* FHBrowserWindowController.m in Sources */, 
     1367                                A5A183F00BDD5231004788EF /* FHWindowController.m in Sources */, 
    13691368                                A5B44F98087F9A2D003B1DA1 /* FHZipHandler.m in Sources */, 
    1370                                 A5A183F00BDD5231004788EF /* FHWindowController.m in Sources */, 
    13711369                        ); 
    13721370                        runOnlyForDeploymentPostprocessing = 0; 
     
    14691467                        sourceTree = "<group>"; 
    14701468                }; 
    1471                 77B151B80BD8FF63009B6183 /* Window.nib */ = { 
    1472                         isa = PBXVariantGroup; 
    1473                         children = ( 
    1474                                 77B151B90BD8FF63009B6183 /* English */, 
    1475                         ); 
    1476                         name = Window.nib; 
    1477                         sourceTree = "<group>"; 
    1478                 }; 
    14791469                77B151BA0BD8FF63009B6183 /* FullscreenWindow.nib */ = { 
    14801470                        isa = PBXVariantGroup; 
     
    14911481                        ); 
    14921482                        name = ReleaseNotes.rtf; 
     1483                        sourceTree = "<group>"; 
     1484                }; 
     1485                A5A184160BDD52D6004788EF /* BrowserWindow.nib */ = { 
     1486                        isa = PBXVariantGroup; 
     1487                        children = ( 
     1488                                A5A184170BDD52D6004788EF /* English */, 
     1489                        ); 
     1490                        name = BrowserWindow.nib; 
    14931491                        sourceTree = "<group>"; 
    14941492                };