From 88cb14acd9182ac19a1be2e8ad34b2be6b12b939 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 7 Oct 2009 17:22:22 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0outsourced=20ImportCSV=20accessory=20vie?= =?UTF-8?q?w=20to=20fix=20the=20disappearing=20of=20combobox=20values=20af?= =?UTF-8?q?ter=20re-invoking=20it=20-=20store=20the=20accessory=20settings?= =?UTF-8?q?=20in=20SP's=20preferences?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sequel-pro.xcodeproj/project.pbxproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sequel-pro.xcodeproj/project.pbxproj') diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index ffb886f1..35fff72c 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -227,6 +227,7 @@ BC29C37F10501EFD00DD6C6E /* SPQueryController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC29C37E10501EFD00DD6C6E /* SPQueryController.m */; }; BC2C16D40FEBEDF10003993B /* SPDataAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BC2C16D30FEBEDF10003993B /* SPDataAdditions.m */; }; BC2C8E220FA8C2DB008468C7 /* sequel-pro-mysql-help-template.html in Resources */ = {isa = PBXBuildFile; fileRef = BC2C8E210FA8C2DB008468C7 /* sequel-pro-mysql-help-template.html */; }; + BC65C3B2107CE3EE003F7B02 /* ImportAccessory.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC65C3B0107CE3EE003F7B02 /* ImportAccessory.xib */; }; BC675A141072039C00C5ACD4 /* SPContentFilterManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BC675A131072039C00C5ACD4 /* SPContentFilterManager.m */; }; BC675A17107203BA00C5ACD4 /* ContentFilterManager.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC675A15107203BA00C5ACD4 /* ContentFilterManager.xib */; }; BC688D811012462600D35128 /* borderlessbackground.png in Resources */ = {isa = PBXBuildFile; fileRef = BC688D801012462600D35128 /* borderlessbackground.png */; }; @@ -623,6 +624,7 @@ BC2C16D20FEBEDF10003993B /* SPDataAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPDataAdditions.h; sourceTree = ""; }; BC2C16D30FEBEDF10003993B /* SPDataAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPDataAdditions.m; sourceTree = ""; }; BC2C8E210FA8C2DB008468C7 /* sequel-pro-mysql-help-template.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "sequel-pro-mysql-help-template.html"; sourceTree = ""; }; + BC65C3B1107CE3EE003F7B02 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/ImportAccessory.xib; sourceTree = ""; }; BC675A121072039C00C5ACD4 /* SPContentFilterManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPContentFilterManager.h; sourceTree = ""; }; BC675A131072039C00C5ACD4 /* SPContentFilterManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPContentFilterManager.m; sourceTree = ""; }; BC675A16107203BA00C5ACD4 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/ContentFilterManager.xib; sourceTree = ""; }; @@ -1153,6 +1155,7 @@ 17E642050EF020A3001BC333 /* Interfaces */ = { isa = PBXGroup; children = ( + BC65C3B0107CE3EE003F7B02 /* ImportAccessory.xib */, BC675A15107203BA00C5ACD4 /* ContentFilterManager.xib */, BCCBD7FA104408B000D4C50A /* SaveSPFAccessory.xib */, BC8B0DAD104004F900FC02EC /* EncodingPopupView.xib */, @@ -1580,6 +1583,7 @@ BCB56197106F893F00167321 /* ContentFilters.plist in Resources */, BCB5619B106F8A1B00167321 /* EditorQuickLookTypes.plist in Resources */, BC675A17107203BA00C5ACD4 /* ContentFilterManager.xib in Resources */, + BC65C3B2107CE3EE003F7B02 /* ImportAccessory.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1876,6 +1880,14 @@ name = ExportDialog.xib; sourceTree = ""; }; + BC65C3B0107CE3EE003F7B02 /* ImportAccessory.xib */ = { + isa = PBXVariantGroup; + children = ( + BC65C3B1107CE3EE003F7B02 /* English */, + ); + name = ImportAccessory.xib; + sourceTree = ""; + }; BC675A15107203BA00C5ACD4 /* ContentFilterManager.xib */ = { isa = PBXVariantGroup; children = ( -- cgit v1.2.3