From 1d9cffa54afdca117a43465fb350ee548ec2e41f Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 3 May 2024 20:17:25 +0200 Subject: fix: discard changes but text still remains --- src/ui/dialog/help/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/help/AboutDialog.cpp') diff --git a/src/ui/dialog/help/AboutDialog.cpp b/src/ui/dialog/help/AboutDialog.cpp index ddc17fe7..0735ddba 100644 --- a/src/ui/dialog/help/AboutDialog.cpp +++ b/src/ui/dialog/help/AboutDialog.cpp @@ -97,7 +97,7 @@ InfoTab::InfoTab(QWidget* parent) : QWidget(parent) { auto text = "

" + qApp->applicationName() + "

" + - "
" + qApp->applicationVersion() + "
" + + "
" + "v" + qApp->applicationVersion() + "
" + "
" + GetProjectBuildGitVersion() + "
" + "
" + tr("GpgFrontend is an easy-to-use, compact, cross-platform, " "and installation-free GnuPG Frontend." -- cgit v1.2.3