aboutsummaryrefslogtreecommitdiff
path: root/search-plugin.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'search-plugin.tcl')
-rw-r--r--search-plugin.tcl6
1 files changed, 4 insertions, 2 deletions
diff --git a/search-plugin.tcl b/search-plugin.tcl
index 4c1020b..98ffbf2 100644
--- a/search-plugin.tcl
+++ b/search-plugin.tcl
@@ -535,8 +535,9 @@ proc ::dialog_helpbrowser2::results_epilog {widget} {
$widget insert 1.end [lindex $count $i] "$tag navbar"
incr i
}
+ $widget insert 1.end " " "navbar"
$widget insert 1.end \
- [format [_ " out of %s docs"] [llength $filelist]] "navbar"
+ [format [_ "out of %s docs"] [llength $filelist]] "navbar"
$widget configure -state disabled
.helpbrowser2.resultstext configure -state disabled
}
@@ -777,8 +778,9 @@ proc ::dialog_helpbrowser2::intro { t } {
$t insert end [_ "All About Pd"] "link homepage_file"
$t insert end [file join $::sys_libdir doc 5.reference] basedir
$t insert end all_about.pd filename
+ $t insert end " " description
$t insert end \
- [_ " reference patches for key concepts and settings in Pd"] \
+ [_ "reference patches for key concepts and settings in Pd"] \
description
$t insert end "\n"
$t insert end [_ "Browse Advanced Topics"] homepage_title