diff --git a/twander.py b/twander.py index f93a656..ae4acd6 100755 --- a/twander.py +++ b/twander.py @@ -6,7 +6,7 @@ # Program Information PROGNAME = "twander" -RCSID = "$Id: twander.py,v 3.132 2003/03/10 21:55:02 tundra Exp $" +RCSID = "$Id: twander.py,v 3.133 2003/03/11 17:24:22 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -274,12 +274,12 @@ MAXNESTING = 32 # Maximum depth of nested variable definitions NODETAILS = FALSE # TRUE means details can never be displayed NONAVIGATE = FALSE # TRUE means that all directory navigation is prevented -REFRESHINT = 3000 # Interval (ms) for automatic refresh +REFRESHINT = 5000 # Interval (ms) for automatic refresh QUOTECHAR = '\"' # Character to use when quoting Built-In Variables SORTBYFIELD = "Name" # Field to use as sort key SORTREVERSE = FALSE # Reverse specified sort order? SORTSEPARATE = TRUE # Separate Directories and Files in sorted displays? -USETHREADS = TRUE # Use threads on Unix? +USETHREADS = FALSE # Use threads on Unix? USEWIN32ALL = TRUE # Use win32all features if available? WARN = TRUE # Warnings on? WIN32ALLON = TRUE # Flag for toggling win32all features while running @@ -642,7 +642,8 @@ # Help Menu-Related -ABOUT = "%s %s\n\nCopyright %s %s\n%s\n\n%s" % (PROGNAME, VERSION, CPRT, DATE, OWNER, RIGHTS) +WEBSITE = "For Lastest Version See:\n\nhttp://www.tundraware.com/Software/twander" +ABOUT = "%s %s\n\nCopyright %s %s\n%s\n\n%s\n\n%s" % (PROGNAME, VERSION, CPRT, DATE, OWNER, RIGHTS, WEBSITE) hABOUT = 'About' hCOMMANDS = 'Command Definitions' hDIRSC = 'Directory Shortcuts'