Mercurial > public > ostc4
comparison Discovery/Inc/text_multilanguage.h @ 654:890440ab993a
Introduced new menu tab for addition CCR options:
The Xtra menu tab was only used in dive mode before. The tab is now enabled in surface mode and provide access to scrubber timer functionality. To enables this infrastructure (structure, multilanguage strings etc.) have been added to the sourcecode.
author | Ideenmodellierer |
---|---|
date | Sun, 25 Apr 2021 20:41:19 +0200 |
parents | 5f0d3dce5ef4 |
children | f4b553da620a |
comparison
equal
deleted
inserted
replaced
653:269e57ac4e56 | 654:890440ab993a |
---|---|
135 /* */ | 135 /* */ |
136 TXT_Start_Calculation, | 136 TXT_Start_Calculation, |
137 /* */ | 137 /* */ |
138 TXT_Information, | 138 TXT_Information, |
139 /* */ | 139 /* */ |
140 TXT_ScrubTime, | |
141 TXT_ScrubTimeReset, | |
142 TXT_ScrubTimeMode, | |
143 TXT_Percent, | |
144 /* */ | |
140 TXT_END, | 145 TXT_END, |
141 | 146 |
142 TXT_MINIMAL = '\xFE', | 147 TXT_MINIMAL = '\xFE', |
143 TXT_2BYTE = '\xFF', | 148 TXT_2BYTE = '\xFF', |
144 }; | 149 }; |