Changeset 345 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc
- Timestamp:
- Mar 14, 2012, 7:01:44 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/Help/Main_License.txt
r337 r345 1 XTIDE Universal BIOS and XTIDECFG Configuration program are Copyright 2009-201 2 by Tomi Tilli. Released under GNU GPL v2. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the LICENSE.TXT file that was included with this distribution, visit http://www.gnu.org/licenses/ gpl-2.0.html, or visit http://code.coogle.com/p/ xtideuniversalbios.1 XTIDE Universal BIOS and XTIDECFG Configuration program are Copyright 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team. Released under GNU GPL v2. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the LICENSE.TXT file that was included with this distribution, visit http://www.gnu.org/licenses/ gpl-2.0.html, or visit http://code.coogle.com/p/ xtideuniversalbios. -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuCfg.inc
r59 r345 1 ; File name : MenuCfg.inc2 1 ; Project name : XTIDE Universal BIOS Configurator v2 3 ; Created date : 5.10.20104 ; Last update : 18.10.20105 ; Author : Tomi Tilli6 2 ; Description : Menu configuration. 7 3 %ifndef MENUCFG_INC … … 9 5 10 6 TITLE_LINES_IN_MENU EQU 3 11 INFO_LINES_IN_MENU EQU 47 INFO_LINES_IN_MENU EQU 6 12 8 MENU_WIDTH EQU 40 13 9 MAX_VALUE_STRING_LENGTH EQU 12
Note:
See TracChangeset
for help on using the changeset viewer.