From 7592bd5382152f9fee98b811ea4ec02cb8f2a932 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Tue, 10 Sep 2013 20:46:02 -0400
Subject: [PATCH] added helpbrowser to the same class so that Unity properly
 groups it with the rest of pd-l2ork windows

---
 pd/src/helpbrowser.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/helpbrowser.tcl b/pd/src/helpbrowser.tcl
index c10c93544..d1d0f96de 100644
--- a/pd/src/helpbrowser.tcl
+++ b/pd/src/helpbrowser.tcl
@@ -21,7 +21,7 @@ proc ::helpbrowser::open_helpbrowser {} {
         wm deiconify .help_browser
         raise .help_browser
     } else {
-        toplevel .help_browser -class HelpBrowser
+        toplevel .help_browser -class [winfo class .]
         wm group .help_browser .
         wm transient .help_browser
         wm title .help_browser [_ "Help Browser"]
-- 
GitLab