From 8544c65427a4d7b46c5338ea2a4f15363a921144 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 18 Feb 2010 19:04:18 +0000 Subject: =?UTF-8?q?=E2=80=A2=20CSV=20Import=20Field=20Mapper=20-=20some=20?= =?UTF-8?q?tiny=20improvements=20like=20"Add=20global=20value=E2=80=A6"=20?= =?UTF-8?q?adds=20a=20new=20value=20automatically;=20if=20checkbox=20"Use?= =?UTF-8?q?=20current=20value"=20is=20ticked=20use=20that=20value=20in=20m?= =?UTF-8?q?apping=20array=20automatically=20to=20speed=20up=20defining=20g?= =?UTF-8?q?lobal=20vars=20-=20some=20code=20cosmetics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPFieldMapperController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPFieldMapperController.h') diff --git a/Source/SPFieldMapperController.h b/Source/SPFieldMapperController.h index 7632e179..4a6441ca 100644 --- a/Source/SPFieldMapperController.h +++ b/Source/SPFieldMapperController.h @@ -44,6 +44,7 @@ IBOutlet NSButton *addGlobalValueButton; IBOutlet NSButton *removeGlobalValueButton; IBOutlet NSButton *insertNULLValueButton; + IBOutlet id replaceAfterSavingCheckBox; id theDelegate; id fieldMappingImportArray; -- cgit v1.2.3