mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:53:01 +02:00
Capitalize title of directory window from "directory" to "Directory"
This commit is contained in:
parent
5042561e80
commit
9ecffd626e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var toolIconUrl = Script.resolvePath("assets/images/tools/");
|
||||||
|
|
||||||
var DIRECTORY_WINDOW_URL = "https://metaverse.highfidelity.com/directory";
|
var DIRECTORY_WINDOW_URL = "https://metaverse.highfidelity.com/directory";
|
||||||
var directoryWindow = new OverlayWebWindow({
|
var directoryWindow = new OverlayWebWindow({
|
||||||
title: 'directory',
|
title: 'Directory',
|
||||||
source: "about:blank",
|
source: "about:blank",
|
||||||
width: 900,
|
width: 900,
|
||||||
height: 700,
|
height: 700,
|
||||||
|
|
Loading…
Reference in a new issue