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.
This commit is contained in:
jsmorley 2009-10-18 15:08:07 +00:00
parent b5042589cb
commit ef3182f91f

Diff Content Not Available