From 40a2fb834141456b89008c5b29741d47044be323 Mon Sep 17 00:00:00 2001 From: defnax Date: Fri, 31 Jul 2009 22:33:30 +0000 Subject: [PATCH] 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 --- libretroshare/src/util/rsversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/util/rsversion.h b/libretroshare/src/util/rsversion.h index 9132705ae..1ef9538be 100644 --- a/libretroshare/src/util/rsversion.h +++ b/libretroshare/src/util/rsversion.h @@ -10,7 +10,7 @@ #include -#define VERSION "libretroshare 0.5.x" +#define VERSION "0.5.x" namespace RsUtil {