Mercurial > public > ostc4
comparison Discovery/Src/tMenuEditCustom.c @ 600:a48a1cd983af
Added compile switch for new T3 View Profile
author | Ideenmodellierer |
---|---|
date | Mon, 04 Jan 2021 22:45:37 +0100 |
parents | 280c11153080 |
children | fb5bb04ad914 |
comparison
equal
deleted
inserted
replaced
599:5a8f9126e4cb | 600:a48a1cd983af |
---|---|
400 break; | 400 break; |
401 case CVIEW_Tissues: | 401 case CVIEW_Tissues: |
402 text = TXT2BYTE_Tissues; | 402 text = TXT2BYTE_Tissues; |
403 break; | 403 break; |
404 case CVIEW_Profile: | 404 case CVIEW_Profile: |
405 #ifdef ENABLE_T3_PROFILE_VIEW | |
405 case CVIEW_T3_Profile: | 406 case CVIEW_T3_Profile: |
407 #endif | |
406 text = TXT2BYTE_Profile; | 408 text = TXT2BYTE_Profile; |
407 break; | 409 break; |
408 case CVIEW_Gaslist: | 410 case CVIEW_Gaslist: |
409 case CVIEW_T3_GasList: | 411 case CVIEW_T3_GasList: |
410 text = TXT2BYTE_Gaslist; | 412 text = TXT2BYTE_Gaslist; |