mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
capitalize avatarapp name in toolbar/tablet icons
This commit is contained in:
parent
536395d199
commit
19f37246a6
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue