summaryrefslogtreecommitdiffstats
path: root/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'strings.h')
-rw-r--r--strings.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/strings.h b/strings.h
index f6eec68..e8c72fd 100644
--- a/strings.h
+++ b/strings.h
@@ -1,7 +1,8 @@
-// Strings.h v0.12.2
+// Strings.h v0.12.4
enum S {
S_NL,
+ S_sepLine,
S_noprog,
S_prog,
S_progDev,
@@ -182,6 +183,7 @@ enum S {
S_WaitS1W,
S_WaitS1R,
S_WarnFlashSize,
+ S_SkipSaflock,
// GUI strings
I_CANCEL,
I_OPEN,
@@ -202,6 +204,7 @@ enum S {
I_ID_BKo_W,
I_EE,
I_CalW,
+ I_Saflock,
I_OSCW,
I_OSC,
I_BKOSC,