From 98ae0329fccd0ac9bbea90c5eaee8d114a917aca Mon Sep 17 00:00:00 2001
From: Albert Graef <aggraef@gmail.com>
Date: Mon, 24 Oct 2016 07:39:52 +0200
Subject: [PATCH] Add two more toc entries for the Faust and Pure programming
 extensions.

---
 pd/nw/dialog_search.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pd/nw/dialog_search.html b/pd/nw/dialog_search.html
index 6c5715454..0b7f4c1f5 100644
--- a/pd/nw/dialog_search.html
+++ b/pd/nw/dialog_search.html
@@ -132,6 +132,11 @@ var toc = [
         title: "DISIS",
         description: "DISIS externals (wiimote et al)"
     },
+    {
+        id: "extra/faust",
+        title: "Faust",
+        description: "Faust extension (functional dsp programming language)"
+    },
     {
         id: "extra/Gem",
         title: "GEM",
@@ -142,6 +147,11 @@ var toc = [
         title: "LyonPotpourri",
         description: "Eric Lyon's external collection"
     },
+    {
+        id: "extra/pure",
+        title: "Pure",
+        description: "Pure extension (functional programming language)"
+    },
 ];
 
 // Stop-gap translator
-- 
GitLab