diff options
Diffstat (limited to 'Source/SPExportController.m')
-rw-r--r-- | Source/SPExportController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPExportController.m b/Source/SPExportController.m index cb972551..6da5b544 100644 --- a/Source/SPExportController.m +++ b/Source/SPExportController.m @@ -325,6 +325,7 @@ [[[exportTableList tableColumnWithIdentifier:@"content"] headerCell] setStringValue:(disable) ? @"" : @"C"]; [exportCSVNULLValuesAsTextField setStringValue:[prefs stringForKey:SPNullValue]]; + [exportXMLNULLValuesAsTextField setStringValue:[prefs stringForKey:SPNullValue]]; } } |