changend the order of the Transfers Columns

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@340 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-02-07 23:49:29 +00:00
parent 4a5d3f23a6
commit 08d3634d28
2 changed files with 6 additions and 6 deletions

View file

@ -29,11 +29,11 @@
// Defines for download list list columns
#define NAME 0
#define SIZE 1
#define PROGRESS 2
#define COMPLETED 2
#define DLSPEED 3
#define SOURCES 4
#define STATUS 5
#define COMPLETED 6
#define PROGRESS 4
#define SOURCES 5
#define STATUS 6
#define REMAINING 7
#define ID 8