https://bugs.freedesktop.org/show_bug.cgi?id=70376
--- Comment #13 from Tor Lillqvist <[email protected]> --- Like all (?) Objective-C method names, the first letter is lower-case: setTitleWithRepresentedFilename. But that won't help, I think, or at least will be confusing, as it will just make OS X think the whole title string, including the " - LibreOffice BlaBla", is part of the file name. Instead, you should find out what it is that constructs the window title on higher levels (unfortunately, a quick git grep for " - " did not help), and there drop the application name in the case of OS X. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
