diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index 4f3503ff..9bbc2dd6 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -26,9 +26,8 @@ glInfo = NSTextView; glInfoPanel = NSPanel; glView = NSOpenGLView; - gotoWindow = NSWindow; - loadingIndicator = NSProgressIndicator; - loadingPanel = NSPanel; + loadingIndicator = NSTextField; + loadingPanel = SplashWindow; mainWindow = NSWindow; renderPanelController = RenderPanelController; }; @@ -73,7 +72,7 @@ CLASS = GotoWindowController; LANGUAGE = ObjC; OUTLETS = { - distanceField = NSPopUpButton; + distanceField = NSTextField; latitudeField = NSTextField; longitudeField = NSTextField; objectField = NSTextField; @@ -93,7 +92,9 @@ LANGUAGE = ObjC; OUTLETS = {dateField = NSTextField; timeField = NSTextField; }; SUPERCLASS = NSWindowController; - } + }, + {CLASS = SplashImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, + {CLASS = SplashWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; } ); IBVersion = 1; } \ No newline at end of file diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index ba080792..23c1c9ec 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -3,13 +3,13 @@ IBDocumentLocation - 33 55 832 368 0 0 1280 832 + 2 42 701 386 0 0 1280 832 IBEditorPositions 242 441 337 270 342 0 0 1152 746 29 - 11 788 761 44 0 0 1280 832 + 11 788 721 44 0 0 1280 832 335 585 666 103 118 0 0 1280 832 342 @@ -18,7 +18,7 @@ 464 392 220 287 0 0 1280 832 IBFramework Version - 439.0 + 364.0 IBGroupedObjects 0 @@ -37,51 +37,6 @@ 1478 1481 - 2 - - 1419 - 1432 - 1420 - 1401 - 1402 - 1418 - 1407 - 1436 - 1414 - 1430 - 1409 - 1404 - 1406 - 1415 - 1439 - 1411 - 1431 - 1412 - 1427 - 1421 - 1408 - 1433 - 1425 - 1435 - 1410 - 1423 - 1424 - 1440 - 1434 - 1405 - 1438 - 1428 - 1422 - 1437 - 1426 - 1429 - 1417 - 1403 - 1442 - 1413 - 1441 - 1416 - 3 1491 @@ -99,54 +54,104 @@ 1465 1460 - 5 + 6 + + 1494 + 1528 + 1495 + + 7 - 1515 1501 - 1517 - 1527 - 1523 - 1521 - 1509 - 1525 - 1526 - 1512 - 1522 1514 - 1510 - 1498 - 1516 - 1513 - 1518 - 1502 - 1507 - 1524 - 1519 - 1520 - 1511 - 1504 - 1505 1506 1499 + 1516 + 1524 + 1526 + 1522 + 1498 + 1519 + 1513 + 1520 + 1512 + 1527 + 1518 + 1505 + 1515 1508 + 1523 1500 + 1511 1503 + 1521 + 1502 + 1509 + 1517 + 1504 + 1507 + 1510 + 1525 + + 8 + + 1436 + 1437 + 1438 + 1440 + 1415 + 1413 + 1432 + 1434 + 1439 + 1441 + 1411 + 1414 + 1430 + 1409 + 1428 + 1431 + 1426 + 1412 + 1427 + 1404 + 1419 + 1421 + 1420 + 1408 + 1429 + 1433 + 1405 + 1417 + 1418 + 1403 + 1425 + 1435 + 1410 + 1401 + 1402 + 1422 + 1406 + 1423 + 1407 + 1424 + 1416 + 1442 IBLastGroupID - 6 + 9 IBLockedObjects 352 IBOpenObjects - 1394 - 1310 - 21 29 + 1566 + 21 IBSystem Version - 8F46 + 7W98 diff --git a/macosx/English.lproj/MainMenu.nib/objects.nib b/macosx/English.lproj/MainMenu.nib/objects.nib index 524cfdf7..339017dc 100644 Binary files a/macosx/English.lproj/MainMenu.nib/objects.nib and b/macosx/English.lproj/MainMenu.nib/objects.nib differ