From a056f2186de2470d4328bd1cd682e5e484af4587 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sun, 2 Jan 2022 11:40:22 +0800 Subject: (core, ui): add & modify core and ui 1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core. --- src/ui/help/AboutDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/help/AboutDialog.cpp') diff --git a/src/ui/help/AboutDialog.cpp b/src/ui/help/AboutDialog.cpp index 93e7ccb3..5ee90e23 100644 --- a/src/ui/help/AboutDialog.cpp +++ b/src/ui/help/AboutDialog.cpp @@ -86,8 +86,8 @@ InfoTab::InfoTab(QWidget* parent) : QWidget(parent) { _("or send a mail to my mailing list at") + " eric@bktus.com." + "

" + _("Built with Qt") + " " + qVersion() + " " + _("and GPGME") + " " + - GpgFrontend::GpgContext::getGpgmeVersion().c_str() + "
" + - _("Built at") + " " + BUILD_TIMESTAMP + ""); + GpgFrontend::GpgContext::GetInstance().GetInfo().GpgMEVersion.c_str() + + "
" + _("Built at") + " " + BUILD_TIMESTAMP + ""); auto* layout = new QGridLayout(); auto* pixmapLabel = new QLabel(); -- cgit v1.2.3