Skip to content

Commit

Permalink
Add libcurl to about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Dec 25, 2024
1 parent 1caf540 commit b2798cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dialog_about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2798cc

Please sign in to comment.