diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-29 15:07:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-29 15:07:27 (GMT) |
commit | 272678ee37956bea49401b322ec32afd4fcc4753 (patch) | |
tree | 40dca079551e14ca9fafab939c051e44659cc09d | |
parent | ce0c027625867ef8a707a520b19fe1e053774a93 (diff) | |
download | tk-272678ee37956bea49401b322ec32afd4fcc4753.zip tk-272678ee37956bea49401b322ec32afd4fcc4753.tar.gz tk-272678ee37956bea49401b322ec32afd4fcc4753.tar.bz2 |
little tweak
-rw-r--r-- | library/demos/unicodeout.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/demos/unicodeout.tcl b/library/demos/unicodeout.tcl index 9e7180c..1ecc064 100644 --- a/library/demos/unicodeout.tcl +++ b/library/demos/unicodeout.tcl @@ -104,8 +104,7 @@ if {[usePresentationFormsFor Arabic]} { addSample $w "Trad. Chinese" "中國的漢字" addSample $w "Simpl. Chinese" "汉语" addSample $w French "Langue française" -addSample $w Greek \ - "Ελληνική γλώσσα" +addSample $w Greek "Ελληνική γλώσσα" if {[usePresentationFormsFor Hebrew]} { # Visual order (pre-layouted) addSample $w Hebrew "תירבע בתכ" |