From fbef142fa5a250e1bef1f82a8c9eb5d1416ad07a Mon Sep 17 00:00:00 2001 From: James Crook Date: Sat, 3 Mar 2018 20:29:22 +0000 Subject: [PATCH] Move 3 Nyquist plug-ins into Tools menu --- plug-ins/equalabel.ny | 2 +- plug-ins/sample-data-export.ny | 2 +- plug-ins/sample-data-import.ny | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plug-ins/equalabel.ny b/plug-ins/equalabel.ny index cbf43f6b3..e2ab46640 100644 --- a/plug-ins/equalabel.ny +++ b/plug-ins/equalabel.ny @@ -1,6 +1,6 @@ ;nyquist plug-in ;version 4 -;type analyze +;type tool $name (_"Regular Interval Labels") ;manpage "Regular_Interval_Labels" $action (_"Adding equally-spaced labels to the label track...") diff --git a/plug-ins/sample-data-export.ny b/plug-ins/sample-data-export.ny index 78a44ccaa..c62543170 100644 --- a/plug-ins/sample-data-export.ny +++ b/plug-ins/sample-data-export.ny @@ -1,6 +1,6 @@ ;nyquist plug-in ;version 3 -;type analyze +;type tool $name (_"Sample Data Export") ;manpage "Sample_Data_Export" $action (_"Analyzing...") diff --git a/plug-ins/sample-data-import.ny b/plug-ins/sample-data-import.ny index e0578773c..eeff1e6fd 100644 --- a/plug-ins/sample-data-import.ny +++ b/plug-ins/sample-data-import.ny @@ -1,6 +1,6 @@ ;nyquist plug-in ;version 4 -;type generate +;type tool $name (_"Sample Data Import") ;manpage "Sample_Data_Import" $action (_"Reading and rendering samples...")