summaryrefslogtreecommitdiff
path: root/starmath
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
parentb5d4d946e0355d2c2496d61625a9abb06dab6929 (diff)
Fix some typos for "Right"
Change-Id: I6bcdb57ab45d5571bde53a6c43fe104551197086
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/dialog.hxx2
-rw-r--r--starmath/source/dialog.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 8b3aae2b5663..fb5f64cc17b9 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -416,7 +416,7 @@ class SmSymDefineDialog : public ModalDialog
PushButton aChangeBtn;
PushButton aDeleteBtn;
FixedImage aRightArrow;
- Image aRigthArrow_Im;
+ Image aRightArrow_Im;
SmSymbolManager aSymbolMgrCopy,
&rSymbolMgr;
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 );
}