Update Month

This commit is contained in:
BrimsonBhin
2019-04-19 20:54:00 -07:00
committed by GitHub
parent fa6409d422
commit dca99cdf80
+1 -1
View File
@@ -62,7 +62,7 @@ OliveGlobal::OliveGlobal() :
version_id = QString(" | %1").arg(GITHASH);
#endif
olive::AppName = QString("Olive (March 2019 | Alpha%1)").arg(version_id);
olive::AppName = QString("Olive (April 2019 | Alpha%1)").arg(version_id);
// set the file filter used in all file dialogs pertaining to Olive project files.
project_file_filter = tr("Olive Project %1").arg("(*.ove)");