3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00

Capitalize title of directory window from "directory" to "Directory"

This commit is contained in:
David Rowe 2016-04-28 09:01:03 +12:00
parent 5042561e80
commit 9ecffd626e

View file

@ -17,7 +17,7 @@ var toolIconUrl = Script.resolvePath("assets/images/tools/");
var DIRECTORY_WINDOW_URL = "https://metaverse.highfidelity.com/directory";
var directoryWindow = new OverlayWebWindow({
title: 'directory',
title: 'Directory',
source: "about:blank",
width: 900,
height: 700,