mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:50:57 +00:00
Improved the menu theming to support some common menu look variations.
Fixed bug #34792 too. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34174 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c387e7ad6e
commit
effd2e71de
5 changed files with 268 additions and 53 deletions
|
@ -393,6 +393,7 @@ typedef struct {
|
|||
cls = self;
|
||||
}
|
||||
instance = [[cls alloc] initWithBundle: bundle];
|
||||
NSLog(@"Instantiated %@ from %@ in %@", instance, cls, [bundle bundlePath]);
|
||||
return AUTORELEASE(instance);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue