summaryrefslogtreecommitdiffstats
path: root/strings.h
diff options
context:
space:
mode:
authorAttila Veghelyi <works@veghelyiattila.hu>2025-06-09 17:25:22 +0200
committerAttila Veghelyi <works@veghelyiattila.hu>2025-06-09 17:25:22 +0200
commita047db1259d3822b554d300ecc48fb2052bfc849 (patch)
tree87f05bec0b981ab40b24cd887d860b66cad57bd1 /strings.h
parent0259dec75bd7b43b0d74fe90ad061f74b5177c86 (diff)
downloadOpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.tar.gz
OpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.zip
Follow version 0.12.4HEADmaster
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,