diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index 6e969b7da..98450812e 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -1,114 +1,298 @@ -{ - IBClasses = ( - { - ACTIONS = { - activateMenuItem = id; - back = id; - captureMovie = id; - forward = id; - openScript = id; - rerunScript = id; - showGLInfo = id; - showHelp = id; - showInfoURL = id; - showPanel = id; - toggleFullScreen = id; - }; - CLASS = CelestiaController; - LANGUAGE = ObjC; - OUTLETS = { - favoritesDrawerController = FavoritesDrawerController; - glInfo = NSTextView; - glInfoPanel = NSPanel; - glView = CelestiaOpenGLView; - renderPanelController = RenderPanelController; - scriptsController = ScriptsController; - splashWindowController = SplashWindowController; - }; - SUPERCLASS = NSWindowController; - }, - { - CLASS = CelestiaOpenGLView; - LANGUAGE = ObjC; - OUTLETS = {controller = CelestiaController; }; - SUPERCLASS = NSOpenGLView; - }, - {CLASS = ContextOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, - { - ACTIONS = {navigateTo = id; showWindow = id; }; - CLASS = FavoriteInfoWindowController; - LANGUAGE = ObjC; - OUTLETS = { - coordinateField = NSTextField; - favoritesDrawerController = id; - jdField = NSTextField; - nameField = NSTextField; - orientationField = NSTextField; - selectionField = NSTextField; - }; - SUPERCLASS = NSWindowController; - }, - { - ACTIONS = {addNewFavorite = id; addNewFolder = id; doubleClick = id; }; - CLASS = FavoritesDrawerController; - LANGUAGE = ObjC; - OUTLETS = { - favoriteInfoWindowController = id; - favoritesContextMenu = NSMenu; - favoritesMenu = NSMenu; - outlineView = ContextOutlineView; - }; - SUPERCLASS = NSWindowController; - }, - { - ACTIONS = {setStatusText = id; }; - CLASS = FirstResponder; - LANGUAGE = ObjC; - SUPERCLASS = NSObject; - }, - { - ACTIONS = {gotoObject = id; showWindow = id; }; - CLASS = GotoWindowController; - LANGUAGE = ObjC; - OUTLETS = { - distanceField = NSTextField; - latitudeField = NSTextField; - longitudeField = NSTextField; - objectField = NSTextField; - unitsButton = NSPopUpButton; - }; - SUPERCLASS = NSWindowController; - }, - {CLASS = NSMenu; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - {CLASS = NSMenuItem; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - {CLASS = NSOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, - { - CLASS = RenderPanelController; - LANGUAGE = ObjC; - OUTLETS = {renderPathCautionIcon = NSImageView; renderPathWarning = NSTextField; }; - SUPERCLASS = NSWindowController; - }, - { - CLASS = ScriptsController; - LANGUAGE = ObjC; - OUTLETS = {scriptMenu = NSMenu; }; - SUPERCLASS = NSObject; - }, - { - ACTIONS = {setTime = id; showWindow = id; }; - CLASS = SetTimeWindowController; - LANGUAGE = ObjC; - OUTLETS = {dateField = NSTextField; jdField = NSTextField; timeField = NSTextField; }; - SUPERCLASS = NSWindowController; - }, - {CLASS = SplashImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, - {CLASS = SplashWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, - { - CLASS = SplashWindowController; - LANGUAGE = ObjC; - OUTLETS = {status = NSTextField; version = NSTextField; window = NSWindow; }; - SUPERCLASS = NSObject; - } - ); - IBVersion = 1; -} \ No newline at end of file + + + + + IBClasses + + + CLASS + ContextOutlineView + LANGUAGE + ObjC + SUPERCLASS + NSOutlineView + + + CLASS + SplashWindowController + LANGUAGE + ObjC + OUTLETS + + status + NSTextField + version + NSTextField + window + NSWindow + + SUPERCLASS + NSObject + + + CLASS + NSOutlineView + LANGUAGE + ObjC + SUPERCLASS + NSTableView + + + ACTIONS + + setTime + id + showWindow + id + + CLASS + SetTimeWindowController + LANGUAGE + ObjC + OUTLETS + + dateField + NSTextField + jdField + NSTextField + timeField + NSTextField + + SUPERCLASS + NSWindowController + + + CLASS + NSMenuItem + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + ScriptsController + LANGUAGE + ObjC + OUTLETS + + scriptMenu + NSMenu + + SUPERCLASS + NSObject + + + CLASS + NSMenu + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + NSWindowController + LANGUAGE + ObjC + SUPERCLASS + NSResponder + + + ACTIONS + + setStatusText + id + + CLASS + FirstResponder + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + CelestiaOpenGLView + LANGUAGE + ObjC + OUTLETS + + controller + CelestiaController + + SUPERCLASS + NSOpenGLView + + + ACTIONS + + navigateTo + id + showWindow + id + + CLASS + FavoriteInfoWindowController + LANGUAGE + ObjC + OUTLETS + + coordinateField + NSTextField + favoritesDrawerController + id + jdField + NSTextField + nameField + NSTextField + orientationField + NSTextField + selectionField + NSTextField + + SUPERCLASS + NSWindowController + + + ACTIONS + + addNewFavorite + id + addNewFolder + id + doubleClick + id + + CLASS + FavoritesDrawerController + LANGUAGE + ObjC + OUTLETS + + favoriteInfoWindowController + id + favoritesContextMenu + NSMenu + favoritesMenu + NSMenu + outlineView + ContextOutlineView + + SUPERCLASS + NSWindowController + + + ACTIONS + + activateMenuItem + id + back + id + captureMovie + id + forward + id + openScript + id + rerunScript + id + showGLInfo + id + showHelp + id + showInfoURL + id + showPanel + id + toggleFullScreen + id + + CLASS + CelestiaController + LANGUAGE + ObjC + OUTLETS + + favoritesDrawerController + FavoritesDrawerController + glInfo + NSTextView + glInfoPanel + NSPanel + glView + CelestiaOpenGLView + renderPanelController + RenderPanelController + scriptsController + ScriptsController + splashWindowController + SplashWindowController + + SUPERCLASS + NSWindowController + + + CLASS + SplashWindow + LANGUAGE + ObjC + SUPERCLASS + NSWindow + + + CLASS + SplashImageView + LANGUAGE + ObjC + SUPERCLASS + NSImageView + + + ACTIONS + + gotoObject + id + showWindow + id + + CLASS + GotoWindowController + LANGUAGE + ObjC + OUTLETS + + distanceField + NSTextField + latitudeField + NSTextField + longitudeField + NSTextField + objectField + NSTextField + unitsButton + NSPopUpButton + + SUPERCLASS + NSWindowController + + + CLASS + RenderPanelController + LANGUAGE + ObjC + OUTLETS + + renderPathCautionIcon + NSImageView + renderPathWarning + NSTextField + + SUPERCLASS + NSWindowController + + + IBVersion + 1 + + diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index 43d3ab30d..05395748f 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -1,20 +1,9 @@ - + - IBDocumentLocation - 45 522 356 240 0 0 1280 832 - IBEditorPositions - - 29 - 47 786 761 44 0 0 1280 832 - 335 - 69 291 103 118 0 0 1280 832 - 342 - 69 291 123 68 0 0 1280 832 - IBFramework Version - 446.1 + 672 IBLastKnownRelativeProjectPath ../celestia.xcodeproj IBOldestOS @@ -24,7 +13,7 @@ 29 IBSystem Version - 8S165 + 9F33 targetFramework IBCocoaFramework diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib index cd9ab701a..8c421929b 100644 Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ diff --git a/macosx/es.lproj/MainMenu.nib/classes.nib b/macosx/es.lproj/MainMenu.nib/classes.nib index 0c9383a40..6c028e947 100644 --- a/macosx/es.lproj/MainMenu.nib/classes.nib +++ b/macosx/es.lproj/MainMenu.nib/classes.nib @@ -1,105 +1,291 @@ -{ - IBClasses = ( - { - ACTIONS = { - activateMenuItem = id; - back = id; - captureMovie = id; - forward = id; - openScript = id; - rerunScript = id; - showGLInfo = id; - showInfoURL = id; - showPanel = id; - toggleFullScreen = id; - }; - CLASS = CelestiaController; - LANGUAGE = ObjC; - OUTLETS = { - favoritesDrawerController = FavoritesDrawerController; - glInfo = NSTextView; - glInfoPanel = NSPanel; - glView = NSOpenGLView; - renderPanelController = RenderPanelController; - scriptsController = ScriptsController; - splashWindowController = SplashWindowController; - }; - SUPERCLASS = NSWindowController; - }, - { - CLASS = CelestiaOpenGLView; - LANGUAGE = ObjC; - OUTLETS = {controller = CelestiaController; }; - SUPERCLASS = NSOpenGLView; - }, - {CLASS = ContextOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, - { - ACTIONS = {navigateTo = id; }; - CLASS = FavoriteInfoWindowController; - LANGUAGE = ObjC; - OUTLETS = { - coordinateField = NSTextField; - favoritesDrawerController = id; - jdField = NSTextField; - nameField = NSTextField; - orientationField = NSTextField; - selectionField = NSTextField; - }; - SUPERCLASS = NSWindowController; - }, - { - ACTIONS = {addNewFavorite = id; addNewFolder = id; doubleClick = id; }; - CLASS = FavoritesDrawerController; - LANGUAGE = ObjC; - OUTLETS = { - favoriteInfoWindowController = id; - favoritesContextMenu = NSMenu; - favoritesMenu = NSMenu; - outlineView = ContextOutlineView; - }; - SUPERCLASS = NSWindowController; - }, - {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - { - ACTIONS = {gotoObject = id; showWindow = id; }; - CLASS = GotoWindowController; - LANGUAGE = ObjC; - OUTLETS = { - distanceField = NSTextField; - latitudeField = NSTextField; - longitudeField = NSTextField; - objectField = NSTextField; - unitsButton = NSPopUpButton; - }; - SUPERCLASS = NSWindowController; - }, - { - CLASS = RenderPanelController; - LANGUAGE = ObjC; - OUTLETS = {renderPathCautionIcon = NSImageView; renderPathWarning = NSTextField; }; - SUPERCLASS = NSWindowController; - }, - { - CLASS = ScriptsController; - LANGUAGE = ObjC; - OUTLETS = {scriptMenu = NSMenu; }; - SUPERCLASS = NSObject; - }, - { - ACTIONS = {setTime = id; showWindow = id; }; - CLASS = SetTimeWindowController; - LANGUAGE = ObjC; - OUTLETS = {dateField = NSTextField; jdField = NSTextField; timeField = NSTextField; }; - SUPERCLASS = NSWindowController; - }, - {CLASS = SplashImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, - {CLASS = SplashWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, - { - CLASS = SplashWindowController; - LANGUAGE = ObjC; - OUTLETS = {status = NSTextField; version = NSTextField; window = NSWindow; }; - SUPERCLASS = NSObject; - } - ); - IBVersion = 1; -} \ No newline at end of file + + + + + IBClasses + + + CLASS + ContextOutlineView + LANGUAGE + ObjC + SUPERCLASS + NSOutlineView + + + CLASS + SplashWindowController + LANGUAGE + ObjC + OUTLETS + + status + NSTextField + version + NSTextField + window + NSWindow + + SUPERCLASS + NSObject + + + CLASS + NSOutlineView + LANGUAGE + ObjC + SUPERCLASS + NSTableView + + + ACTIONS + + setTime + id + showWindow + id + + CLASS + SetTimeWindowController + LANGUAGE + ObjC + OUTLETS + + dateField + NSTextField + jdField + NSTextField + timeField + NSTextField + + SUPERCLASS + NSWindowController + + + CLASS + NSMenuItem + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + ScriptsController + LANGUAGE + ObjC + OUTLETS + + scriptMenu + NSMenu + + SUPERCLASS + NSObject + + + CLASS + NSMenu + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + NSWindowController + LANGUAGE + ObjC + SUPERCLASS + NSResponder + + + CLASS + FirstResponder + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + CelestiaOpenGLView + LANGUAGE + ObjC + OUTLETS + + controller + CelestiaController + + SUPERCLASS + NSOpenGLView + + + ACTIONS + + navigateTo + id + + CLASS + FavoriteInfoWindowController + LANGUAGE + ObjC + OUTLETS + + coordinateField + NSTextField + favoritesDrawerController + id + jdField + NSTextField + nameField + NSTextField + orientationField + NSTextField + selectionField + NSTextField + + SUPERCLASS + NSWindowController + + + ACTIONS + + addNewFavorite + id + addNewFolder + id + doubleClick + id + + CLASS + FavoritesDrawerController + LANGUAGE + ObjC + OUTLETS + + favoriteInfoWindowController + id + favoritesContextMenu + NSMenu + favoritesMenu + NSMenu + outlineView + ContextOutlineView + + SUPERCLASS + NSWindowController + + + ACTIONS + + activateMenuItem + id + back + id + captureMovie + id + forward + id + openScript + id + rerunScript + id + showGLInfo + id + showHelp + id + showInfoURL + id + showPanel + id + toggleFullScreen + id + + CLASS + CelestiaController + LANGUAGE + ObjC + OUTLETS + + favoritesDrawerController + FavoritesDrawerController + glInfo + NSTextView + glInfoPanel + NSPanel + glView + CelestiaOpenGLView + renderPanelController + RenderPanelController + scriptsController + ScriptsController + splashWindowController + SplashWindowController + + SUPERCLASS + NSWindowController + + + CLASS + SplashWindow + LANGUAGE + ObjC + SUPERCLASS + NSWindow + + + CLASS + SplashImageView + LANGUAGE + ObjC + SUPERCLASS + NSImageView + + + ACTIONS + + gotoObject + id + showWindow + id + + CLASS + GotoWindowController + LANGUAGE + ObjC + OUTLETS + + distanceField + NSTextField + latitudeField + NSTextField + longitudeField + NSTextField + objectField + NSTextField + unitsButton + NSPopUpButton + + SUPERCLASS + NSWindowController + + + CLASS + RenderPanelController + LANGUAGE + ObjC + OUTLETS + + renderPathCautionIcon + NSImageView + renderPathWarning + NSTextField + + SUPERCLASS + NSWindowController + + + IBVersion + 1 + + diff --git a/macosx/es.lproj/MainMenu.nib/info.nib b/macosx/es.lproj/MainMenu.nib/info.nib index ef231571f..6a7916bde 100644 --- a/macosx/es.lproj/MainMenu.nib/info.nib +++ b/macosx/es.lproj/MainMenu.nib/info.nib @@ -1,29 +1,17 @@ - + - IBDocumentLocation - 47 476 522 290 0 0 1280 832 - IBEditorPositions - - 29 - 3 788 852 44 0 0 1280 832 - 335 - 47 714 150 118 0 0 1280 832 - 342 - 47 764 135 68 0 0 1280 832 - IBFramework Version - 446.1 + 672 IBOldestOS 2 IBOpenObjects 29 - 1659 IBSystem Version - 8S165 + 9F33 targetFramework IBCocoaFramework diff --git a/macosx/es.lproj/MainMenu.nib/keyedobjects.nib b/macosx/es.lproj/MainMenu.nib/keyedobjects.nib index 6853f1a80..907994824 100644 Binary files a/macosx/es.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/es.lproj/MainMenu.nib/keyedobjects.nib differ diff --git a/macosx/fr.lproj/MainMenu.nib/classes.nib b/macosx/fr.lproj/MainMenu.nib/classes.nib index d65c69e93..e346c734b 100644 --- a/macosx/fr.lproj/MainMenu.nib/classes.nib +++ b/macosx/fr.lproj/MainMenu.nib/classes.nib @@ -1,109 +1,285 @@ -{ - IBClasses = ( - { - ACTIONS = { - activateMenuItem = id; - back = id; - captureMovie = id; - forward = id; - openScript = id; - rerunScript = id; - showGLInfo = id; - showHelp = id; - showInfoURL = id; - showPanel = id; - toggleFullScreen = id; - }; - CLASS = CelestiaController; - LANGUAGE = ObjC; - OUTLETS = { - favoritesDrawerController = FavoritesDrawerController; - glInfo = NSTextView; - glInfoPanel = NSPanel; - glView = CelestiaOpenGLView; - renderPanelController = RenderPanelController; - scriptsController = ScriptsController; - splashWindowController = SplashWindowController; - }; - SUPERCLASS = NSWindowController; - }, - { - CLASS = CelestiaOpenGLView; - LANGUAGE = ObjC; - OUTLETS = {controller = CelestiaController; }; - SUPERCLASS = NSOpenGLView; - }, - {CLASS = ContextOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, - { - ACTIONS = {navigateTo = id; showWindow = id; }; - CLASS = FavoriteInfoWindowController; - LANGUAGE = ObjC; - OUTLETS = { - coordinateField = NSTextField; - favoritesDrawerController = id; - jdField = NSTextField; - nameField = NSTextField; - orientationField = NSTextField; - selectionField = NSTextField; - }; - SUPERCLASS = NSWindowController; - }, - { - ACTIONS = {addNewFavorite = id; addNewFolder = id; doubleClick = id; }; - CLASS = FavoritesDrawerController; - LANGUAGE = ObjC; - OUTLETS = { - favoriteInfoWindowController = id; - favoritesContextMenu = NSMenu; - favoritesMenu = NSMenu; - outlineView = ContextOutlineView; - }; - SUPERCLASS = NSWindowController; - }, - {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - { - ACTIONS = {gotoObject = id; showWindow = id; }; - CLASS = GotoWindowController; - LANGUAGE = ObjC; - OUTLETS = { - distanceField = NSTextField; - latitudeField = NSTextField; - longitudeField = NSTextField; - objectField = NSTextField; - unitsButton = NSPopUpButton; - }; - SUPERCLASS = NSWindowController; - }, - {CLASS = NSMenu; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - {CLASS = NSMenuItem; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - {CLASS = NSOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, - { - CLASS = RenderPanelController; - LANGUAGE = ObjC; - OUTLETS = {renderPathCautionIcon = NSImageView; renderPathWarning = NSTextField; }; - SUPERCLASS = NSWindowController; - }, - { - CLASS = ScriptsController; - LANGUAGE = ObjC; - OUTLETS = {scriptMenu = NSMenu; }; - SUPERCLASS = NSObject; - }, - { - ACTIONS = {setTime = id; showWindow = id; }; - CLASS = SetTimeWindowController; - LANGUAGE = ObjC; - OUTLETS = {dateField = NSTextField; jdField = NSTextField; timeField = NSTextField; }; - SUPERCLASS = NSWindowController; - }, - {CLASS = SplashImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, - {CLASS = SplashWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, - { - CLASS = SplashWindowController; - LANGUAGE = ObjC; - OUTLETS = {status = NSTextField; version = NSTextField; window = NSWindow; }; - SUPERCLASS = NSObject; - } - ); - IBVersion = 1; -} \ No newline at end of file + + + + + IBClasses + + + CLASS + ContextOutlineView + LANGUAGE + ObjC + SUPERCLASS + NSOutlineView + + + CLASS + SplashWindowController + LANGUAGE + ObjC + OUTLETS + + status + NSTextField + version + NSTextField + window + NSWindow + + SUPERCLASS + NSObject + + + CLASS + NSOutlineView + LANGUAGE + ObjC + SUPERCLASS + NSTableView + + + ACTIONS + + setTime + id + showWindow + id + + CLASS + SetTimeWindowController + LANGUAGE + ObjC + OUTLETS + + dateField + NSTextField + jdField + NSTextField + timeField + NSTextField + + SUPERCLASS + NSWindowController + + + CLASS + NSMenuItem + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + ScriptsController + LANGUAGE + ObjC + OUTLETS + + scriptMenu + NSMenu + + SUPERCLASS + NSObject + + + CLASS + NSMenu + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + FirstResponder + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + CelestiaOpenGLView + LANGUAGE + ObjC + OUTLETS + + controller + CelestiaController + + SUPERCLASS + NSOpenGLView + + + ACTIONS + + navigateTo + id + showWindow + id + + CLASS + FavoriteInfoWindowController + LANGUAGE + ObjC + OUTLETS + + coordinateField + NSTextField + favoritesDrawerController + id + jdField + NSTextField + nameField + NSTextField + orientationField + NSTextField + selectionField + NSTextField + + SUPERCLASS + NSWindowController + + + ACTIONS + + addNewFavorite + id + addNewFolder + id + doubleClick + id + + CLASS + FavoritesDrawerController + LANGUAGE + ObjC + OUTLETS + + favoriteInfoWindowController + id + favoritesContextMenu + NSMenu + favoritesMenu + NSMenu + outlineView + ContextOutlineView + + SUPERCLASS + NSWindowController + + + ACTIONS + + activateMenuItem + id + back + id + captureMovie + id + forward + id + openScript + id + rerunScript + id + showGLInfo + id + showHelp + id + showInfoURL + id + showPanel + id + toggleFullScreen + id + + CLASS + CelestiaController + LANGUAGE + ObjC + OUTLETS + + favoritesDrawerController + FavoritesDrawerController + glInfo + NSTextView + glInfoPanel + NSPanel + glView + CelestiaOpenGLView + renderPanelController + RenderPanelController + scriptsController + ScriptsController + splashWindowController + SplashWindowController + + SUPERCLASS + NSWindowController + + + CLASS + SplashWindow + LANGUAGE + ObjC + SUPERCLASS + NSWindow + + + CLASS + SplashImageView + LANGUAGE + ObjC + SUPERCLASS + NSImageView + + + ACTIONS + + gotoObject + id + showWindow + id + + CLASS + GotoWindowController + LANGUAGE + ObjC + OUTLETS + + distanceField + NSTextField + latitudeField + NSTextField + longitudeField + NSTextField + objectField + NSTextField + unitsButton + NSPopUpButton + + SUPERCLASS + NSWindowController + + + CLASS + RenderPanelController + LANGUAGE + ObjC + OUTLETS + + renderPathCautionIcon + NSImageView + renderPathWarning + NSTextField + + SUPERCLASS + NSWindowController + + + IBVersion + 1 + + diff --git a/macosx/fr.lproj/MainMenu.nib/info.nib b/macosx/fr.lproj/MainMenu.nib/info.nib index 4977b241b..facc6ccc9 100644 --- a/macosx/fr.lproj/MainMenu.nib/info.nib +++ b/macosx/fr.lproj/MainMenu.nib/info.nib @@ -1,18 +1,9 @@ - + - IBDocumentLocation - 74 546 356 240 0 0 1280 832 - IBEditorPositions - - 29 - 53 788 871 44 0 0 1280 832 - 342 - 53 764 149 68 0 0 1280 832 - IBFramework Version - 446.1 + 672 IBLastKnownRelativeProjectPath ../celestia.xcodeproj IBOldestOS @@ -20,10 +11,10 @@ IBOpenObjects 1662 - 29 + 892 IBSystem Version - 8S165 + 9F33 targetFramework IBCocoaFramework diff --git a/macosx/fr.lproj/MainMenu.nib/keyedobjects.nib b/macosx/fr.lproj/MainMenu.nib/keyedobjects.nib index 509562f41..00f9b1c20 100644 Binary files a/macosx/fr.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/fr.lproj/MainMenu.nib/keyedobjects.nib differ diff --git a/macosx/ja.lproj/MainMenu.nib/keyedobjects.nib b/macosx/ja.lproj/MainMenu.nib/keyedobjects.nib index 764e4ce38..29870f2ad 100644 Binary files a/macosx/ja.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/ja.lproj/MainMenu.nib/keyedobjects.nib differ