Kaydet (Commit) 0ef32189 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

This app is called "LibreOffice", not "Viewer"

Change-Id: I19663a22cedc0ed4355fc63d28821d80520ee292
üst d7094ab8
...@@ -156,7 +156,7 @@ lo_initialize(void) ...@@ -156,7 +156,7 @@ lo_initialize(void)
const int argc = sizeof(argv)/sizeof(*argv); 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]; NSString *app_root_escaped = [[[NSBundle mainBundle] bundlePath] stringByAddingPercentEscapesUsingEncoding: NSUTF8StringEncoding];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment