mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-02 08:10:39 +00:00
The \sqrt and \root icons on the math toolbar were transposed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7891 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c8829b0feb
commit
d091b17e92
@ -1,3 +1,7 @@
|
||||
2003-10-10 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ui/stdtoolbars.ui: the \root and \sqrt icons had been transposed.
|
||||
|
||||
2003-10-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* bind/aqua.bind: fix typo
|
||||
|
@ -119,8 +119,8 @@ Toolbar "Math"
|
||||
Item "Set display mode" "math-display"
|
||||
Item "Subscript" "math-subscript"
|
||||
Item "Superscript" "math-superscript"
|
||||
Item "Insert root" "math-insert \sqrt"
|
||||
Item "Insert square root" "math-insert \root"
|
||||
Item "Insert root" "math-insert \root"
|
||||
Item "Insert square root" "math-insert \sqrt"
|
||||
Item "Insert sum" "math-insert \sum"
|
||||
Item "Insert integral" "math-insert \int"
|
||||
Item "Insert product" "math-insert \prod"
|
||||
|
Loading…
Reference in New Issue
Block a user