Skip to content

Commit

Permalink
Fix for MainMenu.cib not displaying images.
Browse files Browse the repository at this point in the history
Closes cappuccino#140.

Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed May 22, 2009
1 parent ffab4bd commit 15bff97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPApplication.j
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ var _CPAppBootstrapperActions = nil;

if (mainCibFile)
{
[CPBundle loadCibFile:[mainBundle pathForResource:mainCibFile]
[mainBundle loadCibFile:mainCibFile
externalNameTable:[CPDictionary dictionaryWithObject:CPApp forKey:CPCibOwner]
loadDelegate:self];

Expand Down

0 comments on commit 15bff97

Please sign in to comment.