Skip to content

Commit 62c1195

Browse files
committed
remove obsolete Build timestamp from About dialog.
1 parent 7020c80 commit 62c1195

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mainwindow.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -14961,12 +14961,11 @@ void MainWindow::slotHelpSystemInfo() {
1496114961
*/
1496214962
void MainWindow::slotHelpAbout(){
1496314963
int randomCookie=rand()%fortuneCookie.size();
14964-
QString BUILD="Tue Dec 19 19:30:23 EET 2023";
14964+
1496514965
QMessageBox::about(
1496614966
this, tr("About SocNetV"),
1496714967
tr("<b>Soc</b>ial <b>Net</b>work <b>V</b>isualizer (SocNetV)") +
1496814968
tr("<p><b>Version</b>: ") + VERSION + "</p>" +
14969-
tr("<p><b>Build</b>: ") + BUILD + " </p>" +
1497014969

1497114970
tr("<p>Website: <a href=\"https://socnetv.org\">https://socnetv.org</a></p>")+
1497214971

0 commit comments

Comments
 (0)