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

curses/configscript_curses.py:

Added translations
  Removed the redundant run() function in WirelessSettingsDialog
curses/wicd-curses.py:
  Added translations, some still missing.
wicd/misc.py:
  Added some translations that are not in the database, but are in the translator
This commit is contained in:
Andrew Psaltis
2009-01-31 01:33:11 -05:00
parent 0d669c4e84
commit a89e45f0c8
4 changed files with 31 additions and 64 deletions

View File

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