summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-11-25 22:36:15 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-11-25 22:36:34 +0100
commit80a1fb03e3915acf670f27c755dcd2d6870fd782 (patch)
tree002aba5a872a02356628590152def6c1a2229cc3 /starmath/source
parentb5d4d946e0355d2c2496d61625a9abb06dab6929 (diff)
Fix some typos for "Right"
Change-Id: I6bcdb57ab45d5571bde53a6c43fe104551197086
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/dialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 73d93ab611eb..564fccc56b7f 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -1994,7 +1994,7 @@ SmSymDefineDialog::SmSymDefineDialog(Window * pParent,
aChangeBtn (this, SmResId(2)),
aDeleteBtn (this, SmResId(3)),
aRightArrow (this, SmResId(1)),
- aRigthArrow_Im (SmResId(1)),
+ aRightArrow_Im (SmResId(1)),
rSymbolMgr (rMgr),
pSubsetMap (NULL),
pFontList (NULL)
@@ -2073,7 +2073,7 @@ void SmSymDefineDialog::InitColor_Impl()
aSymbolDisplay .SetBackground( aWall );
aSymbolDisplay .SetTextColor( aTxtColor );
- const Image &rArrowRight = aRigthArrow_Im;
+ const Image &rArrowRight = aRightArrow_Im;
aRightArrow.SetImage( rArrowRight );
}