summaryrefslogtreecommitdiff
path: root/tikzit/TikZiT.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorJohan Paulsson <gonz@Akita.local>2013-12-02 11:28:52 -0800
committerJohan Paulsson <gonz@Akita.local>2013-12-02 11:28:52 -0800
commit000084adfd36c87051fb7df912a00fca35365f4e (patch)
tree236cbe625532de1551d6c465f92eebf8142263ae /tikzit/TikZiT.xcodeproj/project.pbxproj
parent7e7e0607d0ab5a5c28ae593adc4a3235ee4b429e (diff)
osx gui: Moved preamble window to preferences.
Moved the preamble window to the preference panel as a new tab. The PreambleController is now a subclass of NSView with related changes to the Preamble.xib. The toolbar that controlled default or custom preamble has been replaced with buttons in the interface.
Diffstat (limited to 'tikzit/TikZiT.xcodeproj/project.pbxproj')
-rw-r--r--tikzit/TikZiT.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/TikZiT.xcodeproj/project.pbxproj b/tikzit/TikZiT.xcodeproj/project.pbxproj
index 0205c67..d672d0d 100644
--- a/tikzit/TikZiT.xcodeproj/project.pbxproj
+++ b/tikzit/TikZiT.xcodeproj/project.pbxproj
@@ -593,8 +593,6 @@
5573B90C11DA22E500B5DC5D /* Preamble */ = {
isa = PBXGroup;
children = (
- 5573B90D11DA231A00B5DC5D /* PreambleController.h */,
- 5573B90E11DA231A00B5DC5D /* PreambleController.m */,
5573B92711DA292F00B5DC5D /* Preambles.h */,
5573B92811DA292F00B5DC5D /* Preambles.m */,
5573BDC911DB4D2600B5DC5D /* Preambles+Coder.h */,
@@ -739,6 +737,8 @@
7F18A31E184C563800BC3081 /* Preferences */ = {
isa = PBXGroup;
children = (
+ 5573B90D11DA231A00B5DC5D /* PreambleController.h */,
+ 5573B90E11DA231A00B5DC5D /* PreambleController.m */,
7F90E88A16DD47540069EBCD /* PreferenceController.h */,
7F90E88B16DD47540069EBCD /* PreferenceController.m */,
7F18A31F184C577000BC3081 /* UpdatePreferenceController.h */,