diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-04 23:53:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-04 23:53:07 -0500 |
commit | 1a59ddcb5a76647bd1a3f19fd055649f70282f0e (patch) | |
tree | ff89038a3ccd7c5d7adfbcc69ea8ff22e6019831 /templates/annotated/systray1.py | |
parent | 8b135bd3e5b2f552157b9e19afa7e600c6898856 (diff) | |
download | pytde-1a59ddcb5a76647bd1a3f19fd055649f70282f0e.tar.gz pytde-1a59ddcb5a76647bd1a3f19fd055649f70282f0e.zip |
Fix inadvertent renaming.
Diffstat (limited to 'templates/annotated/systray1.py')
-rw-r--r-- | templates/annotated/systray1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/annotated/systray1.py b/templates/annotated/systray1.py index eb3429f..d7d00ab 100644 --- a/templates/annotated/systray1.py +++ b/templates/annotated/systray1.py @@ -1,6 +1,6 @@ """ A basic system tray application - you can combine this with code from -menuapp2.py or menuapp3.py to tquickly build a full-blown application +menuapp2.py or menuapp3.py to quickly build a full-blown application framework. """ |