1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

wicd/misc.py:

Fixed a typo in get_language_list_gui
    (%CURSES_REVNO%)
curses/wicd-curses.py:
  Added in some translations (not done yet)
curses/prefs_curses.py:
  Added all of the translations
  Removed the warning about changing the backends (since it is useless)
This commit is contained in:
Andrew Psaltis
2009-01-27 21:46:52 -05:00
parent b5f664632e
commit 26e636e2f2
4 changed files with 22 additions and 24 deletions

View File

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