Created
September 2, 2012 19:04
-
-
Save jameshibbard/3603262 to your computer and use it in GitHub Desktop.
Include Secial Charaters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @includeSpecialCharacters = false | |
| specialChrsCheck = FXCheckButton.new(hFrame2, "Include special characters in password") | |
| specialChrsCheck.connect(SEL_COMMAND) { @includeSpecialCharacters ^= true } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment