* Cleaned up fonts for MacOSX.

* made changes to win32.cpp cross-platform.
 * updated rsfiles.h
 * updated version to v0.4.10b




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@692 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-08-16 17:10:01 +00:00
parent cf7d072a5b
commit 45f2108fd0
15 changed files with 212 additions and 260 deletions

View file

@ -30,6 +30,8 @@
* #define DEBUG_ITEM 1
****/
#define DEBUG_ITEM 1
/*******************************************************************
* SubFileItem fully controls the file transfer from the gui side
*
@ -536,6 +538,8 @@ void SubFileItem::download()
}
// TEMP
std::cerr << "SubFileItem::download() Calling File Request";
std::cerr << std::endl;
rsFiles->FileRequest(mFileName, mFileHash, mFileSize, "", 0);
}