diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-08 19:49:53 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-08 20:39:10 +0300 |
commit | 0ef3218911ee843c0b2eb639669050d2dc056def (patch) | |
tree | 9bb9a5312c453f36536f177a3ed336bb03d2c2c6 | |
parent | d7094ab8b3ef199573b4a846cf4eff880b4870aa (diff) |
This app is called "LibreOffice", not "Viewer"
Change-Id: I19663a22cedc0ed4355fc63d28821d80520ee292
-rw-r--r-- | ios/experimental/LibreOffice/LibreOffice/lo.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice/lo.mm b/ios/experimental/LibreOffice/LibreOffice/lo.mm index 167948c289e8..f65c532f70c6 100644 --- a/ios/experimental/LibreOffice/LibreOffice/lo.mm +++ b/ios/experimental/LibreOffice/LibreOffice/lo.mm @@ -156,7 +156,7 @@ lo_initialize(void) const int argc = sizeof(argv)/sizeof(*argv); - argv[0] = [[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent: @"Viewer"] UTF8String]; + argv[0] = [[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent: @"LibreOffice"] UTF8String]; NSString *app_root_escaped = [[[NSBundle mainBundle] bundlePath] stringByAddingPercentEscapesUsingEncoding: NSUTF8StringEncoding]; |