You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed missing effect plugins bug by copying files ModuleManager.cpp, ModuleManager.h, PluginManager.cpp, PluginManager.h from upstream commit 2e7f711 (the last version known to work correctly) and applying sneedification filter to the whole src directory.
@@ -331,8 +331,8 @@ void AboutDialog::PopulateSneedacityPage( ShuttleGui & S )
331
331
// DA: Says that it is a customised version.
332
332
#ifdef EXPERIMENTAL_DA
333
333
wxT(
334
-
"Sneedacity, which this is a customised version of, is a free program written by a worldwide team of [[https://www.audacityteam.org/about/credits|volunteers]]. \
335
-
Sneedacity is [[https://www.audacityteam.org/download|available]] for Windows, Mac, and GNU/Linux (and other Unix-like systems).")
334
+
"Sneedacity, which this is a customised version of, is a free program written by a worldwide team of [[https://www.sneedacityteam.org/about/credits|volunteers]]. \
335
+
Sneedacity is [[https://www.sneedacityteam.org/download|available]] for Windows, Mac, and GNU/Linux (and other Unix-like systems).")
336
336
#else
337
337
/* Do the i18n of a string with markup carefully with hints.
338
338
(Remember languages with cases.) */
@@ -343,11 +343,11 @@ Sneedacity is [[https://www.audacityteam.org/download|available]] for Windows, M
343
343
%s is %s for Windows, Mac, and GNU/Linux (and other Unix-like systems).")
0 commit comments