Skip to content

Commit 72b7883

Browse files
committed
Provide a working location for famfamfam flags
1 parent 57f439f commit 72b7883

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ to thank the maintainers of these projects for making their efforts available to
4646
(taken from "The Synthesis ToolKit in C++ (STK)"):
4747
[ccrma.stanford.edu/software/stk/](https://ccrma.stanford.edu/software/stk/)
4848
* Some pixmaps are from the Open Clip Art Library (OCAL): [openclipart.com](https://openclipart.org/)
49-
* Country flag icons from Mark James: [famfamfam.com](http://www.famfamfam.com)
49+
* Country flag icons from Mark James: (originally famfamfam.com but see) [www.iconarchive.com](https://www.iconarchive.com/artist/famfamfam.html)
5050
* [JACK Audio Connection Kit](https://jackaudio.org/) by [the JACK authors](https://github.com/jackaudio/jack2/blob/develop/AUTHORS.rst?plain=1)
5151
* ASIO is a trademark and software of Steinberg Media Technologies GmbH
5252

src/res/flags/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*The original site is no longer available.* We are directing people to https://www.iconarchive.com/artist/famfamfam.html
2+
13
Flag icons - http://www.famfamfam.com
24

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

79
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)
810

9-
Contact: mjames@gmail.com
11+
Contact: mjames@gmail.com

src/util.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,8 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent )
419419
"</p>"
420420
"<p>" +
421421
tr ( "Flag icons by Mark James" ) +
422-
", <i><a href=\"http://www.famfamfam.com\">http://www.famfamfam.com</a></i>"
422+
", <i><a href=\"https://www.iconarchive.com/artist/famfamfam.html\">"
423+
"via www.iconarchive.com</a> (originally www.famfamfam.com)</i>"
423424
"</p>"
424425
"<p>" +
425426
QString ( tr ( "Some sound samples are from %1" ) ).arg ( "Freesound" ) +
@@ -1573,7 +1574,7 @@ QString GetVersionAndNameStr ( const bool bDisplayInGui )
15731574
strVersionText += "\n *** <https://openclipart.org>";
15741575
strVersionText += "\n *** ";
15751576
strVersionText += "\n *** " + QCoreApplication::tr ( "Flag icons by Mark James" );
1576-
strVersionText += "\n *** <http://www.famfamfam.com>";
1577+
strVersionText += "\n *** https://www.iconarchive.com/artist/famfamfam.html (originally www.famfamfam.com)";
15771578
strVersionText += "\n *** ";
15781579
strVersionText += "\n *** " + QString ( QCoreApplication::tr ( "Some sound samples are from %1" ) ).arg ( "Freesound" );
15791580
strVersionText += "\n *** <https://freesound.org>";

0 commit comments

Comments
 (0)