mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
* GDL2Palette/ResourceManager.m
include missing header * GDL2Palette/Palette.[h|m] use NSString instead of NSConstantString git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36297 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
60460b7b45
commit
c05fc2a335
4 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,11 @@
|
|||
class conforms to NSTextFieldDelegate
|
||||
* EOAdaptors/SQLiteAdaptor/SQLite3Adaptor.m
|
||||
get rid of stray ; to make the loop work
|
||||
|
||||
* GDL2Palette/ResourceManager.m
|
||||
include missing header
|
||||
* GDL2Palette/Palette.[h|m]
|
||||
use NSString instead of NSConstantString
|
||||
|
||||
2013-03-02: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* Apps/EOModelEditor/EOMEDocument.m
|
||||
* Apps/EOModelEditor/Inspectors/AdvancedRelationshipInspector.m
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</license>
|
||||
**/
|
||||
#include <InterfaceBuilder/IBPalette.h>
|
||||
static NSConstantString *GDL2PaletteBundles;
|
||||
static NSString *GDL2PaletteBundles = @"GDL2PaletteBundles";
|
||||
|
||||
@interface GDL2Palette : IBPalette
|
||||
{
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSBundle.h>
|
||||
|
||||
static NSConstantString *GDL2PaletteBundles = @"GDL2PaletteBundles";
|
||||
@implementation GDL2Palette
|
||||
|
||||
+(void) initialize
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <EOAccess/EODatabaseDataSource.h>
|
||||
|
||||
#include <EOControl/EODetailDataSource.h>
|
||||
#include <EOControl/EOEditingContext.h>
|
||||
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue