Commit f5321d75 authored by Jérome Decoodt's avatar Jérome Decoodt

project.pbxproj: correct to relatives paths

*.nib: presets disabled on startup
equalizer.*: add property Id
             we prefer to change playlist variables instead of config
             coding style
parent 5b630376
......@@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>614 71 505 517 0 0 1024 746 </string>
<string>799 152 505 517 0 0 1280 1002 </string>
<key>IBEditorPositions</key>
<dict>
<key>1617</key>
<string>542 480 104 149 0 0 1024 746 </string>
<key>29</key>
<string>366 655 419 44 0 0 1024 746 </string>
<string>521 894 419 44 0 0 1280 1002 </string>
<key>915</key>
<string>54 452 185 199 0 0 1024 746 </string>
</dict>
......@@ -21,8 +21,9 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>21</integer>
<integer>2029</integer>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>7H63</string>
......
......@@ -874,18 +874,18 @@
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;
name = equalizer.h;
path = "../../modules/gui/macosx/equalizer.h";
refType = 0;
sourceTree = "<absolute>";
path = ../../modules/gui/macosx/equalizer.h;
refType = 2;
sourceTree = SOURCE_ROOT;
};
2A16E04006C4F08700C87B09 = {
fileEncoding = 30;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.objc;
name = equalizer.m;
path = "../../modules/gui/macosx/equalizer.m";
refType = 0;
sourceTree = "<absolute>";
path = ../../modules/gui/macosx/equalizer.m;
refType = 2;
sourceTree = SOURCE_ROOT;
};
2A16E04106C4F08700C87B09 = {
fileRef = 2A16E03F06C4F08700C87B09;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment