summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_scan_dialog.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-25 12:21:16 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-10-25 12:21:16 -0600
commit683f7a0be73aa4d9b06a2b802bc79dc016451096 (patch)
tree07cf7f30ac73bd8e40e06a0fde1a456712df17bf /gtk2_ardour/plugin_scan_dialog.cc
parenta53448846b3d38dedc7ac9457460a3dd02624d38 (diff)
better english
Diffstat (limited to 'gtk2_ardour/plugin_scan_dialog.cc')
-rw-r--r--gtk2_ardour/plugin_scan_dialog.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/plugin_scan_dialog.cc b/gtk2_ardour/plugin_scan_dialog.cc
index 942eba115a..8de411c953 100644
--- a/gtk2_ardour/plugin_scan_dialog.cc
+++ b/gtk2_ardour/plugin_scan_dialog.cc
@@ -86,9 +86,9 @@ PluginScanDialog::start ()
* Plugin discovery must take place in the main thread of the
* process. This is not true for all plugin APIs but it is true for
* VST. For AU, although plugins themselves do not care, Apple decided
- * that Cocoa must be "invoked" from the main thread, so if the plugin
- * decides to show any kind of "registration" GUI, then again,
- * discovery must be done in the main thread.
+ * that Cocoa must be "invoked" from the main thread. Since the plugin
+ * might show a "registration" GUI, discovery must be done
+ * in the main thread.
*
* This means that the PluginManager::refresh() call MUST be made from
* the main thread (typically the GUI thread, but certainly the thread