diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-11-07 16:54:03 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-11-07 16:54:03 +0200 |
commit | b0a0f5b27680130f5fecff5484ed5f64754fa7a4 (patch) | |
tree | e761f670a7976ac26d022881f4bc8b907f270b7e /src | |
parent | 9f333fb56ddaa3cf0c30d00057f929aaa69b82ae (diff) | |
download | fpGUI-b0a0f5b27680130f5fecff5484ed5f64754fa7a4.tar.xz |
fixes a spelling mistake in a code comment
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/fpg_button.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_button.pas b/src/gui/fpg_button.pas index b3513f80..28db95d6 100644 --- a/src/gui/fpg_button.pas +++ b/src/gui/fpg_button.pas @@ -126,7 +126,7 @@ type and each button's GroupIndex must be greater than 0, but not the same as any other button. - If you want toggle buttons (only one button my be down at a time): + If you want toggle buttons (only one button may be down at a time): Set AllowAllUp = False and AllowDown = True AllowDown = True will automatically set the GroupIndex = 1. If you want more than one set of toggle buttons in a Parent, you need to manually set the |