Changeset 148
- Timestamp:
- 10/24/03 01:05:51 (21 years ago)
- Location:
- trunk/launch/launch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/launch/launch/launch.pbproj/nicholas.pbxuser
r146 r148 17 17 perUserDictionary = { 18 18 PBXConfiguration.PBXFileTableDataSource3.PBXErrorsWarningsDataSource = { 19 PBXFileTableDataSourceColumnSortingDirectionKey = -1;19 PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; 20 20 PBXFileTableDataSourceColumnSortingKey = PBXErrorsWarningsDataSource_LocationID; 21 21 PBXFileTableDataSourceColumnWidthsKey = ( … … 43 43 }; 44 44 PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { 45 PBXFileTableDataSourceColumnSortingDirectionKey = -1;45 PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; 46 46 PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; 47 47 PBXFileTableDataSourceColumnWidthsKey = ( … … 76 76 ); 77 77 }; 78 PBXPerProjectTemplateStateSaveDate = 886 34057;78 PBXPerProjectTemplateStateSaveDate = 88649579; 79 79 PBXWorkspaceContents = ( 80 80 { … … 277 277 WindowFrame = "{{723, 149}, {517, 249}}"; 278 278 }; 279 PBXWorkspaceStateSaveDate = 886 34057;279 PBXWorkspaceStateSaveDate = 88649579; 280 280 }; 281 281 perUserProjectItems = { … … 302 302 08FB7796FE84155DC02AAC07 = { 303 303 uiCtxt = { 304 sepNavIntBoundsRect = "{{0, 0}, {5 59, 13579}}";305 sepNavSelRange = "{3 3212, 0}";306 sepNavVisRect = "{{0, 12355}, {559, 169}}";304 sepNavIntBoundsRect = "{{0, 0}, {578, 13369}}"; 305 sepNavSelRange = "{3507, 26}"; 306 sepNavVisRect = "{{0, 996}, {578, 654}}"; 307 307 sepNavWindowFrame = "{{265, 76}, {725, 703}}"; 308 308 }; … … 368 368 refType = 0; 369 369 sourceTree = "<absolute>"; 370 uiCtxt = {371 sepNavIntBoundsRect = "{{0, 0}, {554, 6019}}";372 sepNavSelRange = "{18538, 58}";373 sepNavVisRect = "{{0, 5362}, {554, 654}}";374 };375 370 }; 376 371 E11E9B950544EE9700045D4F = { … … 388 383 refType = 0; 389 384 sourceTree = "<absolute>"; 390 uiCtxt = {391 sepNavIntBoundsRect = "{{0, 0}, {578, 3891}}";392 sepNavSelRange = "{2548, 27}";393 sepNavVisRect = "{{0, 856}, {578, 654}}";394 };395 385 }; 396 386 E1375C530530898300FE8BF8 = { … … 473 463 name = "handle URL/file arguments"; 474 464 rLen = 0; 475 rLoc = 17 894;465 rLoc = 17962; 476 466 rType = 0; 477 467 vrLen = 1773; … … 521 511 name = "main.c: 805"; 522 512 rLen = 5; 523 rLoc = 33 076;513 rLoc = 33144; 524 514 rType = 0; 525 515 vrLen = 1438; … … 541 531 name = "main.c: 805"; 542 532 rLen = 0; 543 rLoc = 33 089;533 rLoc = 33157; 544 534 rType = 0; 545 535 vrLen = 1436; … … 558 548 name = "main.c: 809"; 559 549 rLen = 0; 560 rLoc = 332 12;550 rLoc = 33280; 561 551 rType = 0; 562 552 vrLen = 325; -
trunk/launch/launch/main.c
r146 r148 85 85 { kLSLaunchInProgressErr, "application is being opened; please try again after the application is open" }, 86 86 { kLSNotRegisteredErr, "application not registered in Launch Services database" }, 87 { kLSNoExecutableErr, "application package contains no executable, or an unusable executable" },88 { kLSNoClassicEnvironmentErr, "Classic environment required but not available" },87 { -10827, "application package contains no executable, or an unusable executable" }, /* kLSNoExecutableErr, not defined in 10.2 */ 88 { -10828, "Classic environment required but not available" }, /* kLSNoClassicEnvironmentErr, not defined in 10.2 */ 89 89 #ifndef BROKEN_AUTHORIZATION 90 90 // Security framework errors
Note:
See TracChangeset
for help on using the changeset viewer.