Kaydet (Commit) 60d053af authored tarafından Andras Timar's avatar Andras Timar

look for /Applications/LibreOffice.app on Mac

üst a7b44da9
......@@ -620,6 +620,9 @@ sub searchprog
sub searchMacOffice
{
if (-d "/Applications/LibreOffice.app" ) {
return "/Applications/LibreOffice.app"
}
if (-d "/Applications/OpenOffice.org.app" ) {
return "/Applications/OpenOffice.org.app"
}
......
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