capitalize avatarapp name in toolbar/tablet icons

This commit is contained in:
Alexander Ivash 2018-07-06 23:02:47 +03:00
parent 536395d199
commit 19f37246a6

View file

@ -402,7 +402,7 @@ function onBookmarkAdded(bookmarkName) {
// Manage the connection between the button and the window.
//
var button;
var buttonName = "Avatar";
var buttonName = "AVATAR";
var tablet = null;
function startup() {