commit 867a5370632502ab8f1a0773806309035f8d1748
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Apr 28 10:26:46 2025 +0200

    Add missing cpageref label
---
 src/insets/InsetRef.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/insets/InsetRef.cpp b/src/insets/InsetRef.cpp
index 77db418ae4..f809fcf8fe 100644
--- a/src/insets/InsetRef.cpp
+++ b/src/insets/InsetRef.cpp
@@ -952,6 +952,7 @@ InsetRef::type_info const InsetRef::types[] = {
        { "ref",       N_("Standard"),              N_("Ref")},
        { "eqref",     N_("Equation"),              N_("EqRef")},
        { "pageref",   N_("Page Number"),           N_("Page")},
+       { "cpageref",  N_("Prefixed Page Number"),  N_("PrefPage")},
        { "vpageref",  N_("Textual Page Number"),   N_("TextPage")},
        { "vref",      N_("Standard+Textual Page"), N_("Ref+Text")},
        { "nameref",   N_("Reference to Name"),     N_("NameRef")},
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to