diff options
author | Damiano Galassi <[email protected]> | 2015-10-15 19:35:03 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-16 11:23:56 +0200 |
commit | 040a983a188c602a567512a250b5d61f7372a03c (patch) | |
tree | 1ad80e5af3d1825182374d9ea7070dc768e4c027 /macosx/English.lproj/ChaptersTitles.xib | |
parent | a49b38bcc8e6fb4678915e759f85bb94f374af47 (diff) |
MacGui: cleanup the csv import/export code and the chapters view controller.
Diffstat (limited to 'macosx/English.lproj/ChaptersTitles.xib')
-rw-r--r-- | macosx/English.lproj/ChaptersTitles.xib | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/macosx/English.lproj/ChaptersTitles.xib b/macosx/English.lproj/ChaptersTitles.xib index beb0f4fc1..c7a0c3b03 100644 --- a/macosx/English.lproj/ChaptersTitles.xib +++ b/macosx/English.lproj/ChaptersTitles.xib @@ -1,15 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9052" systemVersion="15B30a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9058" systemVersion="15B38b" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="6300" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9052"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9058"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBChapterTitlesController"> <connections> - <outlet property="fChapterTable" destination="InF-gR-Lia" id="DSk-hZ-TGI"/> - <outlet property="fChapterTableNameColumn" destination="Z6H-lJ-ipr" id="TkJ-3q-ejW"/> + <outlet property="table" destination="InF-gR-Lia" id="z0x-sO-Ywf"/> <outlet property="view" destination="qs9-Xl-pXA" id="km6-16-y27"/> </connections> </customObject> |