mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
Adds Privacy Policy URL into the AboutDialog
This commit is contained in:
parent
33cd75e302
commit
e8b1820ea2
@ -487,6 +487,11 @@ visit our %s.")
|
||||
<< XO("%s website: ").Format( ProgramName )
|
||||
<< wxT("[[https://www.audacityteam.org/|https://www.audacityteam.org/]]")
|
||||
|
||||
#if defined(HAS_SENTRY_REPORTING) || defined(HAVE_UPDATES_CHECK) || defined(USE_BREAKPAD)
|
||||
<< XO("<br/>Privacy policy: ")
|
||||
<< wxT("[[https://www.audacityteam.org/about/desktop-privacy-notice/|https://www.audacityteam.org/about/desktop-privacy-notice/]]")
|
||||
#endif
|
||||
|
||||
// DA: Link for DA url too
|
||||
#ifdef EXPERIMENTAL_DA
|
||||
<< wxT("<br>DarkAudacity website: [[http://www.darkaudacity.com/|https://www.darkaudacity.com/]]")
|
||||
|
Loading…
x
Reference in New Issue
Block a user