aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportFilenameUtilities.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-10-10 05:54:30 +0200
committerMax <post@wickenrode.com>2015-10-10 05:54:30 +0200
commit44af78202545ec911de052c5eec361f2296afc28 (patch)
tree3cc3d154b99a63c34e1d724c7dca56c8b18a1ad4 /Source/SPExportFilenameUtilities.m
parent01ef3ad33d260119ee61b949414f038be2c8d00e (diff)
downloadsequelpro-44af78202545ec911de052c5eec361f2296afc28.tar.gz
sequelpro-44af78202545ec911de052c5eec361f2296afc28.tar.bz2
sequelpro-44af78202545ec911de052c5eec361f2296afc28.zip
Rename a variable that was desperately trying to cause coding errors
Diffstat (limited to 'Source/SPExportFilenameUtilities.m')
-rw-r--r--Source/SPExportFilenameUtilities.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPExportFilenameUtilities.m b/Source/SPExportFilenameUtilities.m
index a65b8e53..d8f1198f 100644
--- a/Source/SPExportFilenameUtilities.m
+++ b/Source/SPExportFilenameUtilities.m
@@ -121,7 +121,7 @@
}
}
- [exportCustomFilenameTokensField setStringValue:[exportTokens componentsJoinedByString:@","]];
+ [exportCustomFilenameTokenPool setStringValue:[exportTokens componentsJoinedByString:@","]];
}
/**
@@ -130,7 +130,7 @@
*/
- (id)tokenObjectForString:(NSString *)stringToTokenize
{
- if ([[exportCustomFilenameTokensField objectValue] containsObject:stringToTokenize]) {
+ if ([[exportCustomFilenameTokenPool objectValue] containsObject:stringToTokenize]) {
SPExportFileNameTokenObject *newToken = [[SPExportFileNameTokenObject alloc] init];
[newToken setTokenContent:stringToTokenize];