Ignore:
Timestamp:
Feb 18, 2011, 2:50:16 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Fixed a spelling mistake and cleaned the source some. No changes to the actual code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc

    r59 r108  
    1 ; File name     :   MenuStructs.inc
    21; Project name  :   XTIDE Universal BIOS Configurator v2
    3 ; Created date  :   5.10.2010
    4 ; Last update   :   18.11.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Menu page and item structs.
    73%ifndef MENU_STRUCTS_INC
     
    3935TYPE_MENUITEM_PAGENEXT      EQU (1<<1)  ; Item changes to next MENUPAGE
    4036TYPE_MENUITEM_ACTION        EQU (2<<1)  ; Non-configurable item
    41 TYPE_MENUITEM_MULTICHOISE   EQU (3<<1)  ; Item with multiple predefined choises
     37TYPE_MENUITEM_MULTICHOICE   EQU (3<<1)  ; Item with multiple predefined choices
    4238TYPE_MENUITEM_UNSIGNED      EQU (4<<1)  ; Menuitem with user inputted unsigned decimal value
    4339TYPE_MENUITEM_HEX           EQU (5<<1)  ; Menuitem with user inputted hexadecimal value
     
    4844    .szDialogTitle          resb    2   ; Dialog title string
    4945
    50     .szMultichoise          resb    2   ; Multiple choises in one string
    51     .rgwChoiseToValueLookup resb    2   ; Ptr to lookup table for translating selected choise to actual value
     46    .szMultichoice          resb    2   ; Multiple choices in one string
     47    .rgwChoiceToValueLookup resb    2   ; Ptr to lookup table for translating selected choice to actual value
    5248    .rgszValueToStringLookup:           ; Ptr to lookup table for translating value to string
    5349    .wMinValue              resb    2   ; Minimum allowed integer value
Note: See TracChangeset for help on using the changeset viewer.