@@ -1367,7 +1367,7 @@ for {set i 0} {$i<$nrecs} {incr i} {
13671367set posx 10
13681368for {set j 0} {$j <$colcount } {incr j} {
13691369set fldtext [lindex $curtup [expr $j +$shift ]]
1370- if {$fldtext == " " } {set fldtext" " };
1370+ if {[ string length $fldtext ]==0 } {set fldtext" " };
13711371 .mw.c create text$posx [expr 30+$i *14] -text$fldtext -tags [subst {$tagoid c$j rows}] -anchor w -font$tvfont
13721372incr posx [expr [lindex $colwidth $j ]+2]
13731373 }
@@ -2327,7 +2327,7 @@ Window hide .qb} \
23272327ql_draw_lizzard
23282328focus .ql.entt}\
23292329 -font -Adobe-Helvetica-Medium-R-Normal-*-*-120-*-*-*-*-* -padx 9\
2330- -pady 3 -text {Query lizzard :-) }
2330+ -pady 3 -text {Visual designer }
23312331# ##################
23322332# SETTING GEOMETRY
23332333# ##################
@@ -2367,7 +2367,7 @@ proc vTclWindow.ql {base} {
23672367 wm minsize$base 1 1
23682368 wm overrideredirect$base 0
23692369 wm resizable$base 1 1
2370- wm title$base " Query lizzard "
2370+ wm title$base " Visual query designer "
23712371 bind$base <B1-Motion> {
23722372 ql_pan %x %y
23732373 }
@@ -2620,4 +2620,3 @@ Window show .
26202620Window show .dw
26212621
26222622main$argc $argv
2623-