mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under Linux
This commit is contained in:
parent
14bfc8070e
commit
671610b101
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue