]> git.lyx.org Git - features.git/commitdiff
Fix bug #11986
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 29 Sep 2020 02:34:52 +0000 (22:34 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 29 Sep 2020 02:36:13 +0000 (22:36 -0400)
(cherry picked from commit 444285aca225b8a6f4658ac7f5b21bc16dee799a)

lib/layouts/stdcounters.inc
status.23x

index 40433d5d4ec50a2038a065c8f09bfc67d6d3412f..a6d4aa4259f86b262b1db02f4aed248742d77274 100644 (file)
@@ -7,7 +7,7 @@
 Format 66
 Counter part
        LabelString          "\Roman{part}"
-       PrettyFormat         "Part \Roman{part}"
+       PrettyFormat         "Part ##"
 End
 
 Counter chapter
index 82b1f2a1c1c38a0cadfb38f16dcf6fe9f86b7068..286bafd97440069706d2ade9b44c4534eaef8ee6 100644 (file)
@@ -120,6 +120,8 @@ What's new
 
 - Fix bug where cursor blinks at the wrong position after changing layout (bug 11912).
 
+- Fix PrettyFormat for Part (bug 11986).
+
 
 * INTERNALS