The R Project SVN R-packages

Rev

Rev 815 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 815 Rev 816
Line 1... Line 1...
1
/* PrefWindowController */
1
/* PrefWindowController */
2
 
2
 
3
#import <Cocoa/Cocoa.h>
3
#import <Cocoa/Cocoa.h>
4
#import "AMPreferenceWindowController.h"
4
#import "../AMPrefs/AMPreferenceWindowController.h"
5
#import "QuartzPrefPane.h"
5
#import "QuartzPrefPane.h"
6
#import "MiscPrefPane.h"
6
#import "MiscPrefPane.h"
7
#import "ColorsPrefPane.h"
7
#import "ColorsPrefPane.h"
8
#import "EditorPrefPane.h"
8
#import "EditorPrefPane.h"
9
 
9