about label "libretroshare" doesnt helps for Peer Details and for FileTransfers doesnt needs to show label "libretroshare", sorry but when needs for some dialogs with libretroshare label then its bether like example this method:

ui.version->setText(QString("libetroshare") + QString::fromStdString(vit->second));


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1469 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-07-31 22:33:30 +00:00
parent 0d33e14147
commit 40a2fb8341

View File

@ -10,7 +10,7 @@
#include <string>
#define VERSION "libretroshare 0.5.x"
#define VERSION "0.5.x"
namespace RsUtil {