# HG changeset patch
# User Ideenmodellierer
# Date 1611169505 -3600
# Node ID 7d6a51bb21d11e698e61de44fc781dae0f33336b
# Parent  beeb23d184430189028c47dd2e276a3788962b90
Added "Set Marker" to T3 quick menu:
It is now possible to set a marker while in T?_Profile view using the quick menu access. Because the the string, which is used in the dive menu, is to long, a shorter string had to be added.

diff -r beeb23d18443 -r 7d6a51bb21d1 Discovery/Inc/tStructure.h
--- a/Discovery/Inc/tStructure.h	Fri Jan 15 21:33:07 2021 +0100
+++ b/Discovery/Inc/tStructure.h	Wed Jan 20 20:05:05 2021 +0100
@@ -97,6 +97,7 @@
 #define StDBEAR	_MB(1,2,8,0,0)
 #define StDRAVG	_MB(1,2,9,0,0)
 #define StDQUIT	_MB(1,2,10,0,0)
+#define StDMARK	_MB(1,2,11,0,0)
 
 
 #define StUART_STANDARD		_MB(3,1,0,0,0)
diff -r beeb23d18443 -r 7d6a51bb21d1 Discovery/Inc/text_multilanguage.h
--- a/Discovery/Inc/text_multilanguage.h	Fri Jan 15 21:33:07 2021 +0100
+++ b/Discovery/Inc/text_multilanguage.h	Wed Jan 20 20:05:05 2021 +0100
@@ -166,6 +166,7 @@
 		/* */
 		TXT2BYTE_ResetStopwatch,
 		TXT2BYTE_SetMarker,
+		TXT2BYTE_SetMarkerShort,
 		TXT2BYTE_CompassHeading,
 		TXT2BYTE_CalibView,
 		TXT2BYTE_EndDiveMode,