Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ to thank the maintainers of these projects for making their efforts available to
(taken from "The Synthesis ToolKit in C++ (STK)"):
[ccrma.stanford.edu/software/stk/](https://ccrma.stanford.edu/software/stk/)
* Some pixmaps are from the Open Clip Art Library (OCAL): [openclipart.com](https://openclipart.org/)
* Country flag icons from Mark James: [famfamfam.com](http://www.famfamfam.com)
* Country flag icons from Mark James: (originally famfamfam.com but see) [www.iconarchive.com](https://www.iconarchive.com/artist/famfamfam.html)
* [JACK Audio Connection Kit](https://jackaudio.org/) by [the JACK authors](https://github.com/jackaudio/jack2/blob/develop/AUTHORS.rst?plain=1)
* ASIO is a trademark and software of Steinberg Media Technologies GmbH

Expand Down
4 changes: 3 additions & 1 deletion src/res/flags/readme.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*The original site is no longer available.* We are directing people to https://www.iconarchive.com/artist/famfamfam.html

Flag icons - http://www.famfamfam.com

These icons are public domain, and as such are free for any use (attribution appreciated but not required).
Expand All @@ -6,4 +8,4 @@ Note that these flags are named using the ISO3166-1 alpha-2 country codes where

If you find these icons useful, please donate via paypal to mjames@gmail.com (or click the donate button available at http://www.famfamfam.com/lab/icons/silk)

Contact: mjames@gmail.com
Contact: mjames@gmail.com
5 changes: 3 additions & 2 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent )
"</p>"
"<p>" +
tr ( "Flag icons by Mark James" ) +
", <i><a href=\"http://www.famfamfam.com\">http://www.famfamfam.com</a></i>"
", <i><a href=\"https://www.iconarchive.com/artist/famfamfam.html\">"
"via www.iconarchive.com</a> (originally www.famfamfam.com)</i>"
"</p>"
"<p>" +
QString ( tr ( "Some sound samples are from %1" ) ).arg ( "Freesound" ) +
Expand Down Expand Up @@ -1573,7 +1574,7 @@ QString GetVersionAndNameStr ( const bool bDisplayInGui )
strVersionText += "\n *** <https://openclipart.org>";
strVersionText += "\n *** ";
strVersionText += "\n *** " + QCoreApplication::tr ( "Flag icons by Mark James" );
strVersionText += "\n *** <http://www.famfamfam.com>";
strVersionText += "\n *** https://www.iconarchive.com/artist/famfamfam.html (originally www.famfamfam.com)";
strVersionText += "\n *** ";
strVersionText += "\n *** " + QString ( QCoreApplication::tr ( "Some sound samples are from %1" ) ).arg ( "Freesound" );
strVersionText += "\n *** <https://freesound.org>";
Expand Down
Loading