From d091b17e92f82535f430d02460deb5807a6778d5 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 10 Oct 2003 14:04:28 +0000 Subject: [PATCH] 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 --- lib/ChangeLog | 4 ++++ lib/ui/stdtoolbars.ui | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 8bc6837c19..3a1b70558c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-10-10 Angus Leeming + + * ui/stdtoolbars.ui: the \root and \sqrt icons had been transposed. + 2003-10-08 Jean-Marc Lasgouttes * bind/aqua.bind: fix typo diff --git a/lib/ui/stdtoolbars.ui b/lib/ui/stdtoolbars.ui index 1407364201..546004f519 100644 --- a/lib/ui/stdtoolbars.ui +++ b/lib/ui/stdtoolbars.ui @@ -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" -- 2.39.2