From 09cf5e35aeca7cc2ea1da30e704a4f4063b16cc4 Mon Sep 17 00:00:00 2001
From: Albert Graef <aggraef@gmail.com>
Date: Mon, 24 Oct 2016 23:59:44 +0200
Subject: [PATCH] Add missing platform qualifier on Image section.

---
 pd/nw/dialog_search.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/nw/dialog_search.html b/pd/nw/dialog_search.html
index a3b98130e..01bc0aff5 100644
--- a/pd/nw/dialog_search.html
+++ b/pd/nw/dialog_search.html
@@ -108,7 +108,7 @@ var toc = [
     {
         id: "doc/manuals/2.Image",
         title: "Image",
-        description: "3D graphics with GEM"
+        description: "3D graphics with GEM (Windows and Linux only)"
     },
     {
         id: "doc/manuals/3.Networking",
-- 
GitLab