build: renaming to sourcetrail

This commit is contained in:
Andreas Stallinger
2017-04-07 13:19:09 +02:00
parent 8391a6da57
commit 045a259b2e
224 changed files with 885 additions and 4271 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ bool QtApplication::event(QEvent *event)
FilePath path(fileEvent->file().toStdString());
if (path.exists() && path.extension() == ".coatiproject")
if (path.exists() && (path.extension() == ".srctrlprj" || path.extension() == ".coatiproject"))
{
MessageLoadProject(path.str(), false).dispatch();
return true;