mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 15:20:48 +00:00
Add license to the Theme properties
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
405b577cd1
commit
28fff5bc13
3 changed files with 16 additions and 0 deletions
|
@ -1202,6 +1202,11 @@ typedef struct {
|
|||
return [[self infoDictionary] objectForKey: @"GSThemeVersion"];
|
||||
}
|
||||
|
||||
- (NSString *) license
|
||||
{
|
||||
return [[self infoDictionary] objectForKey: @"GSThemeLicense"];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation GSTheme (Private)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue