mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +00:00
whatever.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16459 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8df511620b
commit
d1a83dfe4c
4 changed files with 10 additions and 29 deletions
|
@ -48,8 +48,6 @@ styleFromString(NSString* str)
|
|||
return NSMacintoshInterfaceStyle;
|
||||
if ([str isEqualToString: @"NSWindows95InterfaceStyle"])
|
||||
return NSWindows95InterfaceStyle;
|
||||
if ([str isEqualToString: @"GSGtkInterfaceStyle"])
|
||||
return GSGtkInterfaceStyle;
|
||||
if ([str isEqualToString: @"GSWindowMakerInterfaceStyle"])
|
||||
return GSWindowMakerInterfaceStyle;
|
||||
return NSNoInterfaceStyle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue