Fixed: Compilation under Linux

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent ede41a3091
commit 1dfae26b25

@ -1518,7 +1518,7 @@ static bool openDocWithExtension (const std::string &document, const std::string
if (!CFile::fileExists(command)) if (!CFile::fileExists(command))
{ {
if (strcmp(ext, "htm") == 0) if (ext == "htm")
{ {
command = "/etc/alternatives/x-www-browser"; command = "/etc/alternatives/x-www-browser";

Loading…
Cancel
Save