From b2798cc6051364c6f3c61176aafd924a4361c2fa Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Wed, 25 Dec 2024 15:28:26 +0100 Subject: [PATCH] Add libcurl to about dialog --- src/dialog_about.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dialog_about.cpp b/src/dialog_about.cpp index ebc3f8bdcc..6ff0d64ba9 100644 --- a/src/dialog_about.cpp +++ b/src/dialog_about.cpp @@ -120,6 +120,9 @@ void ShowAboutDialog(wxWindow *parent) { " Fontconfig - Copyright (c) Keith Packard et al;\n" #ifdef WITH_FFTW3 " FFTW - Copyright (c) Matteo Frigo, Massachusetts Institute of Technology;\n" +#endif +#ifdef WITH_UPDATE_CHECKER + " libcurl - Copyright (c) Daniel Stenberg et al;\n" #endif + _("\nSee the help file for full credits.\n") #ifdef BUILD_CREDIT