Changeset 46 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/StringsForDialogs.asm
- Timestamp:
- Oct 4, 2010, 7:38:36 AM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/StringsForDialogs.asm
r44 r46 2 2 ; Project name : Assembly Library 3 3 ; Created date : 14.9.2010 4 ; Last update : 27.9.20104 ; Last update : 1.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Strings used by dialogs. … … 22 22 db "Enter name for new file or directory.",NULL 23 23 24 FILE_STRING_LENGTH EQU (24+1) ; +1 = LF in directory contents string 24 25 g_szFileFormat: 25 db "%1 4S%4-u %c%cB",LF,NULL26 db "%16S%4-u %c%cB",LF,NULL 26 27 g_szDirectoryFormat: 27 db " [%12S]%s-DIR",LF,NULL28 db "%16S%s-DIR",LF,NULL 28 29 g_szSub: 29 30 db ANGLE_QUOTE_RIGHT,"SUB",NULL 30 31 g_szUp: 31 db ANGLE_QUOTE_LEFT," UP",NULL32 db ANGLE_QUOTE_LEFT," UP",NULL 32 33 33 34 g_szSingleItem: ; Used by Dialog.asm for single item line
Note:
See TracChangeset
for help on using the changeset viewer.