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/Src/Menupages/MainMenu.asm

    r68 r108  
    1 ; File name     :   MainMenu.asm
    21; Project name  :   XTIDE Universal BIOS Configurator v2
    3 ; Created date  :   6.10.2010
    4 ; Last update   :   9.12.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Main menu structs and functions.
    73
     
    8985    at  MENUITEM.itemValue + ITEM_VALUE.wRomvarsValueOffset,        dw  NULL
    9086    at  MENUITEM.itemValue + ITEM_VALUE.szDialogTitle,              dw  NULL
    91     at  MENUITEM.itemValue + ITEM_VALUE.szMultichoise,              dw  NULL
    92     at  MENUITEM.itemValue + ITEM_VALUE.rgwChoiseToValueLookup,     dw  NULL
     87    at  MENUITEM.itemValue + ITEM_VALUE.szMultichoice,              dw  NULL
     88    at  MENUITEM.itemValue + ITEM_VALUE.rgwChoiceToValueLookup,     dw  NULL
    9389    at  MENUITEM.itemValue + ITEM_VALUE.rgszValueToStringLookup,    dw  NULL
    9490    at  MENUITEM.itemValue + ITEM_VALUE.wMinValue,                  dw  NULL
Note: See TracChangeset for help on using the changeset viewer.