|
@@ -760,7 +760,7 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
tAppVersion = [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey];
|
|
|
}
|
|
|
|
|
|
- NSString* subjects = [[self getAppNameForSupportEmail] stringByAppendingFormat:NSLocalizedString(@" - %@;Verification Feedback;%@", nil) ,tAppVersion,versionString];·
|
|
|
+ NSString* subjects = [[self getAppNameForSupportEmail] stringByAppendingFormat:NSLocalizedString(@" - %@;Verification Feedback;%@", nil) ,tAppVersion,versionString];
|
|
|
[KMMailHelper newEmailWithContacts:@"support@pdfreaderpro.com" andSubjects:subjects];
|
|
|
}
|
|
|
|