Skip to content
Snippets Groups Projects
Commit 7592bd53 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

added helpbrowser to the same class so that Unity properly groups it with the...

added helpbrowser to the same class so that Unity properly groups it with the rest of pd-l2ork windows
parent 55fed97d
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ proc ::helpbrowser::open_helpbrowser {} { ...@@ -21,7 +21,7 @@ proc ::helpbrowser::open_helpbrowser {} {
wm deiconify .help_browser wm deiconify .help_browser
raise .help_browser raise .help_browser
} else { } else {
toplevel .help_browser -class HelpBrowser toplevel .help_browser -class [winfo class .]
wm group .help_browser . wm group .help_browser .
wm transient .help_browser wm transient .help_browser
wm title .help_browser [_ "Help Browser"] wm title .help_browser [_ "Help Browser"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment