[CALC] Added "Minute of arc" and "Second of arc" to the "Angles" units. CORE-5939
[reactos.git] / base / applications / calc / resource.h
index d822f21..7fb2c41 100644 (file)
 #define IDS_CONV_WEIGHT                 2012
 
 /* TYPES OF ANGLES */
-#define IDS_ANGLE_DEGREES               2100
-#define IDS_ANGLE_GRADIANS              2101
-#define IDS_ANGLE_RADIANS               2102
+#define IDS_ANGLE_ARCMINUTES            2100
+#define IDS_ANGLE_ARCSECONDS            2101
+#define IDS_ANGLE_DEGREES               2102
+#define IDS_ANGLE_GRADIANS              2103
+#define IDS_ANGLE_RADIANS               2104
 
 /* TYPES OF AREAS */
 #define IDS_AREA_ACRES                  2200