ui: display of project name

* Window title now reads "Coati - Project name".
* Removed file endings in the recent projects list.
* Changed the first line of the project summary to be "Project: Project name" instead of just "Project name".
This commit is contained in:
malte_langkabel
2016-02-17 12:20:36 +01:00
parent 42513fe102
commit 7f33ab37be
4 changed files with 13 additions and 13 deletions
@@ -47,7 +47,7 @@ void CodeController::handleMessage(MessageActivateAll* message)
std::stringstream ss;
ss << "\n";
ss << "\t" + ProjectSettings::getInstance()->getFilePath().withoutExtension().fileName() + "\n";
ss << "\tProject: " + ProjectSettings::getInstance()->getFilePath().withoutExtension().fileName() + "\n";
if (description.size())
{