Skip to content

Commit

Permalink
19.3.17 Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tablacus committed Mar 17, 2019
1 parent 1d2a21d commit ce60d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Debug/script/common.js
Expand Up @@ -2879,7 +2879,7 @@ function MakeKeySelect()
j = s[i];
var o = oa[++oa.length - 1];
o.value = j;
o.text = j + " ";
o.text = j + "\x80";
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion TE/Resource.h
Expand Up @@ -9,7 +9,7 @@
#define STRING2(str) #str
#define VER_Y 19
#define VER_M 3
#define VER_D 16
#define VER_D 17

//Icon
#define IDI_TE 1
Expand Down

0 comments on commit ce60d98

Please sign in to comment.