jsmorley ef3182f91f EnigmaConfigure: Fixed an issue with case sensitivity
In a couple of string comparisons I was using IF string1 = string2, which is case insensitive, so you couldn't change just the case of a value.  Changed to IF string1 == string2 to make the comparison case sensitive.
2009-10-18 15:08:07 +00:00
2009-02-10 18:09:59 +00:00
2009-09-04 16:37:51 +00:00
2009-02-10 18:09:59 +00:00

The file is empty.
Description
No description provided
Readme 43 MiB