diff options
author | spoob <spoob@gmx.de> | 2009-08-05 16:54:13 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-08-05 16:54:13 +0200 |
commit | 9057230bdfcad15235fdc1d435664b0a26406cb4 (patch) | |
tree | 28c3d1722d720dad290415725c37bf026155d5ad /pyLoadGui.py | |
parent | 4th rs fix try (diff) | |
download | pyload-9057230bdfcad15235fdc1d435664b0a26406cb4.tar.xz |
little user wishes
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index 5b53788b2..d86ac30f0 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -21,8 +21,7 @@ import socket import subprocess from os import sep -from os.path import abspath -from os.path import dirname +from os.path import abspath, dirname from time import sleep import wxversion @@ -67,8 +66,8 @@ class Download_Liste(wx.ListCtrl): self.InsertColumn(0, 'Name', width=300) self.InsertColumn(1, 'Status', width=120) - self.InsertColumn(2, 'Groesse') - self.InsertColumn(3, 'Uebertragen', width=100) + self.InsertColumn(2, 'Größe') + self.InsertColumn(3, 'Übertragen', width=100) self.InsertColumn(4, 'Prozent', width=60) self.InsertColumn(5, 'Dauer', width=100) self.InsertColumn(7, 'Geschwindigkeit', width=120) |