diff --git a/interface/resources/images/avatarapp/BodyMart.PNG b/interface/resources/images/avatarapp/BodyMart.PNG deleted file mode 100644 index 669a02c8fe..0000000000 Binary files a/interface/resources/images/avatarapp/BodyMart.PNG and /dev/null differ diff --git a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml index 2cf8952991..350327c4e5 100644 --- a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml +++ b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml @@ -110,23 +110,12 @@ MessageBox { property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG' function showBuyAvatars(callback, linkCallback) { - popup.button2text = 'BodyMart' - popup.dialogButtons.yesButton.fontCapitalization = Font.MixedCase; + popup.dialogButtons.yesButton.visible = false; popup.button1text = 'CANCEL' popup.titleText = 'Get Avatars' popup.bodyText = 'Get avatars from Marketplace.' + '
' + - 'Wear avatars in Inventory.' + '
' + '
' + - 'Visit “BodyMart” to get free avatars.' - - popup.imageSource = getAvatarsUrl; - popup.onButton2Clicked = function() { - popup.close(); - - if (callback) { - callback(); - } - } + 'Wear avatars in Inventory.' popup.onLinkClicked = function(link) { popup.close();