[GUI] remove the letter v from the emu's version

This commit is contained in:
elad 2018-01-15 20:16:50 +02:00 committed by Ani
parent ff26bf411b
commit cc02ef64a5
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ void main_window::Init()
CreateConnects();
setMinimumSize(350, minimumSizeHint().height()); // seems fine on win 10
setWindowTitle(QString::fromStdString("RPCS3 v" + rpcs3::version.to_string()));
setWindowTitle(QString::fromStdString("RPCS3 " + rpcs3::version.to_string()));
Q_EMIT RequestGlobalStylesheetChange(guiSettings->GetCurrentStylesheetPath());
ConfigureGuiFromSettings(true);