diff --git a/src/tools/ecode/ecode.cpp b/src/tools/ecode/ecode.cpp index 4cdfcb21b..ba397a445 100644 --- a/src/tools/ecode/ecode.cpp +++ b/src/tools/ecode/ecode.cpp @@ -172,7 +172,7 @@ void App::updateEditorTitle( UICodeEditor* editor ) { void App::setAppTitle( const std::string& title ) { std::string fullTitle( mWindowTitle ); - if ( !mCurrentProjectName.empty() ) + if ( !mCurrentProjectName.empty() && mCurrentProject != getPlaygroundPath() ) fullTitle += " - " + mCurrentProjectName; if ( !title.empty() )