Instead of using NSSplitView, use BSSplitView which is our custom implementation...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 10 Jan 2008 00:11:51 +0000 (16:11 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 10 Jan 2008 00:11:51 +0000 (16:11 -0800)
commite15a3e32da48ef6a0a5c21afa756d62ee80840d8
tree4a759d512f31a9394ea16afac60151435c199b5a
parent6491a6bf3aadbe93db01e6392a491f5e59a42a79
Instead of using NSSplitView, use BSSplitView which is our custom implementation which draws a smaller, gradiated divider

* English.lproj/Debugger.xib: Switch to using a custom class for our two SplitView's
* Source/BSSplitView.h: New file
* Source/BSSplitView.m: ditto
* MacGDBp.xcodeproj: Project updates for new files
English.lproj/Debugger.xib
MacGDBp.xcodeproj/project.pbxproj
Source/BSSplitView.h [new file with mode: 0644]
Source/BSSplitView.m [new file with mode: 0644]