diff src/logbook.asm @ 276:e4cb495aed3d

Increase byte timeout in PC download mode, faster response to "Exit" in main menu
author heinrichsweikamp
date Tue, 12 May 2015 14:24:46 +0200
parents 653a3ab08062
children 34e2f5bdc5a2
line wrap: on
line diff
--- a/src/logbook.asm	Thu May 07 13:11:14 2015 +0200
+++ b/src/logbook.asm	Tue May 12 14:24:46 2015 +0200
@@ -334,7 +334,7 @@
 	STRCPY_TEXT_PRINT tNextLog				; "Next Page"
 	WIN_LEFT	logbook_list_left
 	WIN_TOP		logbook_row_offset*(logbook_row_number+.1)
-	STRCPY_TEXT_PRINT tExitLog				; "Exit Logbook"
+	STRCPY_TEXT_PRINT tExit                 ; "Exit"
 
 	movlw		d'1'						; Set cursor to position 1...
 	btfsc		return_from_profileview		; .. unless we are returning from a detail/profile view