summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuLibraryController.m
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-04-15 21:10:17 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-04-15 21:10:17 +0200
commitad77bea08c581aa16d0cb2e63985aae2db5fe2af (patch)
tree6603d0059caf601fd4e16fcd0bde1a430fe9b110 /platform/ios/Classes/MuLibraryController.m
parenta63d5e899bb97ad9575aee1be15a3a0c8d30a242 (diff)
downloadmupdf-ad77bea08c581aa16d0cb2e63985aae2db5fe2af.tar.xz
ios: add epub to the list of handled file formats
Diffstat (limited to 'platform/ios/Classes/MuLibraryController.m')
-rw-r--r--platform/ios/Classes/MuLibraryController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/Classes/MuLibraryController.m b/platform/ios/Classes/MuLibraryController.m
index c57fc206..728502c7 100644
--- a/platform/ios/Classes/MuLibraryController.m
+++ b/platform/ios/Classes/MuLibraryController.m
@@ -26,7 +26,7 @@ static void showAlert(NSString *msg, NSString *filename)
- (void) viewWillAppear: (BOOL)animated
{
[super viewWillAppear:animated];
- [self setTitle: @"PDF, XPS and CBZ Documents"];
+ [self setTitle: @"PDF, XPS, CBZ and EPUB Documents"];
[self reload];
printf("library viewWillAppear (starting reload timer)\n");
timer = [NSTimer timerWithTimeInterval: 3