| Summary: | Wrong greek symbol in drop down menu | ||
|---|---|---|---|
| Product: | [Applications] calligraformula | Reporter: | Leonidas Arvanitis <l.arvanitis> |
| Component: | general | Assignee: | Alfredo Beaumont <alfredo.beaumont> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alfredo.beaumont |
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Leonidas Arvanitis
2006-12-08 18:33:03 UTC
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" },
|