mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
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:
parent
c007cb1051
commit
2d3cb91cd8
3 changed files with 85 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue