From 67a2b279dbbdc2dd042ba15cebef9d2239846e5e Mon Sep 17 00:00:00 2001 From: nanotube Date: Tue, 4 Sep 2007 05:43:12 +0000 Subject: [PATCH] update the support screen with the new default key combo --- supportscreen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supportscreen.py b/supportscreen.py index 6a760d9..6cb11c3 100644 --- a/supportscreen.py +++ b/supportscreen.py @@ -16,9 +16,9 @@ class SupportScreen(mytkSimpleDialog.Dialog): self.t.config(cursor="arrow", bg="SystemButtonFace", wrap=WORD) self.t.insert(END, "Welcome to PyKeylogger, a versatile backup and system monitoring solution. \n\n\ PyKeylogger is Free Open Source Software, licensed under the Gnu General Public License. \ -As such, the python source code for this software is freely available for download at ") +You can download the source code from ") self.t.insert(END, "http://sourceforge.net/projects/pykeylogger", "href") - self.t.insert(END, "\n\nHit 'F12' to bring up the Control Panel (default password is blank). More help is in the Help menu.\n\n\ + self.t.insert(END, "\n\nHit 'Lcontrol-Rcontrol-F12' to bring up the Control Panel (default password is blank). More help is in the Help menu.\n\n\ Since I am but a poor grad student, \ you are strongly encouraged to donate to this open source project. \ So strongly, in fact, that this program is limited to 4 days of use, and presents you with this nag \ -- 2.45.1