Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
antimicrox
remove_datetime_aboutdialog.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove_datetime_aboutdialog.patch of Package antimicrox
diff -Nur antimicrox-3.2.2.orig/src/gui/aboutdialog.cpp antimicrox-3.2.2/src/gui/aboutdialog.cpp --- antimicrox-3.2.2.orig/src/gui/aboutdialog.cpp 2022-02-24 15:01:41.000000000 +0100 +++ antimicrox-3.2.2/src/gui/aboutdialog.cpp 2022-02-25 18:19:05.522760478 +0100 @@ -49,11 +49,11 @@ QStringList finalInfoText = QStringList(); finalInfoText.append(tr("Program Version %1").arg(PadderCommon::programVersion)); -#ifdef ANTIMICROX_PKG_VERSION - finalInfoText.append(tr("Compiled from packaging: %1").arg(ANTIMICROX_PKG_VERSION)); -#else - finalInfoText.append(tr("Program Compiled on %1 at %2").arg(__DATE__).arg(__TIME__)); -#endif +// #ifdef ANTIMICROX_PKG_VERSION +// finalInfoText.append(tr("Compiled from packaging: %1").arg(ANTIMICROX_PKG_VERSION)); +// #else +// finalInfoText.append(tr("Program Compiled on %1 at %2").arg(__DATE__).arg(__TIME__)); +// #endif finalInfoText.append(tr("Built Against SDL %1").arg(PadderCommon::sdlVersionCompiled)); finalInfoText.append(tr("Running With SDL %1").arg(PadderCommon::sdlVersionUsed));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor