don't use svnrev

This commit is contained in:
martravi 2020-03-24 15:24:54 +01:00 committed by GitHub
parent 2e6fc60c1b
commit 67d97bdedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -795,7 +795,7 @@ void MainWindow::on_actionAbout_triggered()
"<br><br>IT SHOULD ONLY BE USED BY PEOPLE THAT KNOW HOW TO VERIFY THE FILES IT PRODUCES. AND HAVE A WAY TO FIX A BRICKED WII SHOULD THIS PROGRAM HAVE BUGS"
"<br><br>YOU HAVE BEEN WARNED"
"<br>giantpune" );
QMessageBox::critical( this, tr( "svn r%1" ).arg( CleanSvnStr( SVN_REV_STR ) ), txt );
QMessageBox::critical( this, tr( "NUS NAND Builder" ), txt );
}
#if 0