]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Fix typos in comments
[lyx.git] / lib / layouts / numreport.inc
index 47eb909459a8951c2fcdccff5154d93dc96d325d..cfab6448f506b27e56d6e8a089ed56d95187c0b4 100644 (file)
@@ -1,15 +1,17 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 69
+Format 98
 
 Counter chapter
+       GuiName Chapter
        Within                ""
        LabelString           "\arabic{chapter}"
        LabelStringAppendix   "\Alph{chapter}"
 End
 
 Counter section
+       GuiName Section
        Within                chapter
        LabelString           ""
 End
@@ -32,10 +34,12 @@ Float
 End
 
 Counter listing
+       GuiName Listing
        Within                chapter
 End
 
 Counter footnote
+       GuiName Footnote
        Within                chapter
        LabelString           "\arabic{footnote}"
 End