mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
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:
parent
4a5d3f23a6
commit
08d3634d28
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue