https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 01eefb15ef6e18b691af6b3c9ab65e80011f25c1 authored by a1ex on 22 October 2013, 21:26:01 UTC
Close branch ppluciennik/new_makefile_system.
Tip revision: 01eefb1
menuindexentries.h

// Auto-generated; do not edit this file.
// Edit doc/menuindex.py instead.

    {
        .name = "Important notes",
        .priv = "Important notes",
        .select = menu_help_go_to_label,
        .update = user_guide_display,
        .icon_type = IT_ACTION,
    },
    {
        .name = "Known issues",
        .priv = "Known issues",
        .select = menu_help_go_to_label,
        .update = user_guide_display,
        .icon_type = IT_ACTION,
    },
    {
        .name = "Common terms",
        .priv = "Common terms",
        .select = menu_help_go_to_label,
        .update = user_guide_display,
        .icon_type = IT_ACTION,
    },
    {
        .name = "Liveview screen layout",
        .priv = "Liveview screen layout",
        .select = menu_help_go_to_label,
        .update = user_guide_display,
        .icon_type = IT_ACTION,
    },
    {
        .name = "Key shortcuts",
        .priv = "Key shortcuts",
        .select = menu_help_go_to_label,
        .update = user_guide_display,
        .icon_type = IT_ACTION,
    },
    {
        .name = "Magic Lantern menu",
        .priv = "Magic Lantern menu",
        .select = menu_help_go_to_label,
        .update = user_guide_display,
        .icon_type = IT_ACTION,
    },
back to top