]> git.lyx.org Git - features.git/commitdiff
Fix \caption* definition (see #8993)
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 26 Feb 2014 06:57:57 +0000 (07:57 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 26 Feb 2014 06:57:57 +0000 (07:57 +0100)
lib/layouts/stdinsets.inc

index 356e49d8e7a2e71a2aea12bd460579709cb6dcf7..a0c0ce4debfe424d1f622bf1ef1fa203d5ca4dcf 100644 (file)
@@ -537,11 +537,9 @@ End
 
 InsetLayout Caption:LongTableNoNumber
        CopyStyle            Caption:Standard
+       LabelString          unlabelled
        LatexName            caption*
-       Argument 1
-               LabelString   "Long Table Caption (unnumbered)"
-               Tooltip       "The caption as it appears in the list of tables"
-       EndArgument
+       ResetArgs            1
 End