added DL path to columns in transfers and changed variable names to easy code reading (Patch from Phenom)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-08-25 20:35:29 +00:00
parent c007cb1051
commit 2d3cb91cd8
3 changed files with 85 additions and 52 deletions

View file

@ -39,7 +39,8 @@
#define COLUMN_DOWNLOADTIME 9
#define COLUMN_ID 10
#define COLUMN_LASTDL 11
#define COLUMN_COUNT 12
#define COLUMN_PATH 12
#define COLUMN_COUNT 13
#define MAX_CHAR_TMP 128