1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 05:18:02 +01:00

curses/wicd-curses.py:

Added a mention of the About dialog in the help
curses/prefs_curses.py:
  Fixed mouse support
in/man=wicd-curses.8.in
  Added a mention of the about dialog
This commit is contained in:
Andrew Psaltis
2009-02-08 12:26:50 -05:00
parent 5a9b8ed9a5
commit e5dbf2755f
4 changed files with 12 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ import subprocess
# VERSIONNUMBER
VERSION_NUM = '1.6.0'
REVISION_NUM = 'unknown'
CURSES_REVNO = 'r271'
CURSES_REVNO = 'r272'
try:
if not os.path.exists('vcsinfo.py'):