mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
* Remove compile time files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28059 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
64995148d5
commit
8c23bab5c2
7 changed files with 0 additions and 37 deletions
Modules/Preferences/EditorFSC/EditorFSC.preferences
Binary file not shown.
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||||
PCEditorFSCPrefs = {
|
||||
Actions = (
|
||||
"setEditorPlainTextFont:",
|
||||
"setEditorRichTextFont:",
|
||||
"setEditorSize:",
|
||||
"setEditorColor:"
|
||||
);
|
||||
Outlets = (
|
||||
editorFSCView,
|
||||
plainTextFontButton,
|
||||
plainTextFontField,
|
||||
richTextFontButton,
|
||||
richTextFontField,
|
||||
editorLinesField,
|
||||
editorColumnsField,
|
||||
foregroundColorWell,
|
||||
backgroundColorWell,
|
||||
selectionColorWell
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
NOTE = "Automatically generated, do not edit!";
|
||||
NSExecutable = "EditorFSC";
|
||||
NSMainNibFile = "";
|
||||
NSPrincipalClass = "PCEditorFSCPrefs";
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
Type = "Preferences";
|
||||
Name = "Editor: Fonts, Sizes & Colors";
|
||||
Description = "Common editor's preferences.";
|
||||
PrincipalClassName = "PCEditorFSCPrefs";
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
OLD_GNUSTEP_STAMP_ASTRING = _PCEditorFSCPrefs-
|
Loading…
Reference in a new issue