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:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user