diff options
| author | trustable-code <krauter.simon@arcor.de> | 2019-08-31 14:24:09 +0200 |
|---|---|---|
| committer | trustable-code <krauter.simon@arcor.de> | 2019-08-31 14:24:09 +0200 |
| commit | c66c07bab24f08c4228e46d08ca9a07f4b7dad17 (patch) | |
| tree | 61e1a276037bc42d8120b83420f345af0347ac1a /src | |
| parent | 9748fe93cff44113118fa9e1c8f278aa00e07afc (diff) | |
| download | NiGui-c66c07bab24f08c4228e46d08ca9a07f4b7dad17.tar.gz NiGui-c66c07bab24f08c4228e46d08ca9a07f4b7dad17.zip | |
Fix typo
Diffstat (limited to 'src')
| -rwxr-xr-x | src/nigui.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nigui.nim b/src/nigui.nim index 0ddc2a8..c97c29b 100755 --- a/src/nigui.nim +++ b/src/nigui.nim @@ -1404,7 +1404,7 @@ proc init(control: Control) = control.resetTextColor() control.resetBackgroundColor() control.show() - # should be extended by WindowImpl + # should be extended by ControlImpl method destroy(control: Control) = discard # nothing to do here |
