We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c41bf commit feccdf5Copy full SHA for feccdf5
sources/layouts/mainwindow.cpp
@@ -284,7 +284,7 @@ void CMainWindow::SetLoadedFilename( std::string_view filename /*= {}*/ )
284
285
if ( filename.empty() == false )
286
{
287
- formattedTitle.prepend( QStringLiteral( " - " ) );
+ formattedTitle.prepend( QStringLiteral( " — " ) );
288
formattedTitle.prepend( filename.data() );
289
}
290
0 commit comments