]> git.lyx.org Git - lyx.git/commitdiff
stdtoolbars.inc: rename to be uniform with menus and documentation
authorUwe Stöhr <uwestoehr@web.de>
Wed, 17 Nov 2010 04:25:38 +0000 (04:25 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 17 Nov 2010 04:25:38 +0000 (04:25 +0000)
@Pavel: the phantom dialog is called when using the Edit menu on an existing phantom

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36334 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdtoolbars.inc

index 2bb064867e28383945f2e935943f7e0288b6129f..0190d469c636a4173c6721cf4f457e0251e13340 100644 (file)
@@ -331,9 +331,9 @@ ToolbarSet
                Item "Quadratin space   \\quad" "math-insert \quad"
                Item "Double quadratin space    \\qquad" "math-insert \qquad"
                Item "Negative space    \\!" "math-insert \!"
-               Item "Placeholder       \\phantom" "math-insert \phantom"
-               Item "Horizontal placeholder    \\hphantom" "math-insert \hphantom"
-               Item "Vertical placeholder      \\vphantom" "math-insert \vphantom"
+               Item "Phantom   \\phantom" "math-insert \phantom"
+               Item "Horizontal phantom        \\hphantom" "math-insert \hphantom"
+               Item "Vertical phantom  \\vphantom" "math-insert \vphantom"
        End
 
        Toolbar "sqrt-square" "Roots"