]> git.lyx.org Git - features.git/commitdiff
Rm dup "Float" in "Insert>Float>Figure Wrap Float"
authorScott Kostyshak <skostysh@lyx.org>
Thu, 24 Nov 2022 16:14:31 +0000 (11:14 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 25 Nov 2022 01:17:53 +0000 (20:17 -0500)
Change menu options "Figure Wrap Float" to "Wrapped Figure"
and "Table Wrap Float" to "Wrapped Table".

lib/doc/EmbeddedObjects.lyx
lib/ui/stdmenus.inc

index 38f3af4ba98334c52ad9fc193c768999b2d20c01..16188cf063475b0ac21adff0ab14d32076b7c737 100644 (file)
@@ -253,6 +253,7 @@ varwidth
 \author -1382599118 "Daniel"
 \author -712698321 "Jürgen Spitzmüller"
 \author 177693 "x"
+\author 274215730 "scott"
 \author 630872221 "Jean-Pierre Chrétien" jeanpierre.chretien@free.fr
 \end_header
 
@@ -40163,7 +40164,13 @@ name "fig:This-is-a"
 
 \end_inset
 
-This is a figure wrap float.
+This is a 
+\change_deleted 274215730 1669306080
+figure wrap
+\change_inserted 274215730 1669306089
+wrapped figure
+\change_unchanged
+ float.
 \end_layout
 
 \end_inset
@@ -40179,6 +40186,14 @@ This is a figure wrap float.
 \family sans
 Insert\SpecialChar menuseparator
 Floats\SpecialChar menuseparator
+
+\change_inserted 274215730 1669306057
+Wrapped
+\begin_inset space ~
+\end_inset
+
+Figure
+\change_deleted 274215730 1669306060
 Figure
 \begin_inset space ~
 \end_inset
@@ -40188,8 +40203,12 @@ Wrap
 \end_inset
 
 Float
+\change_unchanged
+
 \family default
  or 
+\change_deleted 274215730 1669306067
+
 \family sans
 Table
 \begin_inset space ~
@@ -40200,6 +40219,14 @@ Wrap
 \end_inset
 
 Float
+\change_inserted 274215730 1669306070
+Wrapped
+\begin_inset space ~
+\end_inset
+
+Table
+\change_unchanged
+
 \family default
  if the \SpecialChar LaTeX
 -package 
index 301cdac8d7b69cdac8edf64dc0628d685dda4478..0c6ef15c5ffa20ce16c5ffeae089b74a17aa99e0 100644 (file)
@@ -501,8 +501,8 @@ Menuset
        Menu "insert_float"
                FloatInsert
 # This has got to be better than "Wrap", anyway
-               Item "Figure Wrap Float|F" "wrap-insert figure"
-               Item "Table Wrap Float|T" "wrap-insert table"
+               Item "Wrapped Figure|F" "wrap-insert figure"
+               Item "Wrapped Table|T" "wrap-insert table"
        End
 
        Menu "insert_toc"