mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Updated versions to v0.4.11c
Disabled 'play' button. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@855 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
00a0fdfbbf
commit
b9236dc91e
@ -282,6 +282,11 @@ void SubFileItem::updateItemStatic()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TMP Disable of Play Button - until media player
|
||||||
|
* issues are sorted.
|
||||||
|
*/
|
||||||
|
|
||||||
|
playButton->setEnabled(false);
|
||||||
saveButton->hide();
|
saveButton->hide();
|
||||||
|
|
||||||
switch(mType)
|
switch(mType)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
; Define your application name
|
; Define your application name
|
||||||
!define APPNAME "RetroShare"
|
!define APPNAME "RetroShare"
|
||||||
!define VERSION "0.4.11b"
|
!define VERSION "0.4.11c"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
||||||
|
|
||||||
; Main Install settings
|
; Main Install settings
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
//#define USE_SVN_VERSIONS 1
|
//#define USE_SVN_VERSIONS 1
|
||||||
|
|
||||||
#define VERSION "0.4.11b"
|
#define VERSION "0.4.11c"
|
||||||
|
|
||||||
#if USE_SVN_VERSIONS
|
#if USE_SVN_VERSIONS
|
||||||
#include "svn_revision.h"
|
#include "svn_revision.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user