Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.

This commit is contained in:
Giuseppe Castagno
2010-10-15 19:19:51 +02:00
committed by Fridrich Štrba
parent d390f12bcd
commit c22e9dd070

View File

@@ -126,7 +126,7 @@ static char* platformSpecific()
const int SEPARATOR = '/';
const char* PATHSEPARATOR = ":";
const char* PATHVARNAME = "PATH";
const char* APPENDIX = "/soffice";
const char* APPENDIX = "/libreoffice";
char* path = NULL;
char* env = NULL;