Version: 1.6.1 (using KDE 3.5.5, Kubuntu (edgy) 4:3.5.5-0ubuntu3) Under the 'Symbols' combobox the lower case psi (ψ) is used for omega. There should be two distinct entries there: "ψ psi" and "ω omega".
SVN commit 613078 by abeaumont: Fix Greek symbols psi and omega. BUG: 138545 M +2 -1 unicodetable.cc --- branches/koffice/1.6/koffice/lib/kformula/unicodetable.cc #613077:613078 @@ -50,7 +50,8 @@ { 0x03D5, "phi" }, { 0x03C6, "varphi" }, { 0x03C7, "chi" }, - { 0x03C8, "omega" }, + { 0x03C8, "psi" }, + { 0x03C9, "omega" }, { 0x0393, "Gamma" }, { 0x0394, "Delta" }, { 0x0398, "Theta" },