Explorar o código

Change Forums to Community in Help menu

Benjamin Wolf %!s(int64=9) %!d(string=hai) anos
pai
achega
75750af6f9
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Script/AtomicEditor/ui/frames/menus/MainFrameMenu.ts

+ 3 - 3
Script/AtomicEditor/ui/frames/menus/MainFrameMenu.ts

@@ -293,8 +293,8 @@ class MainFrameMenu extends Atomic.ScriptObject {
                 EditorUI.getModelOps().showAbout();
                 EditorUI.getModelOps().showAbout();
                 return true;
                 return true;
             }
             }
-            if (refid == "help forums") {
-                Atomic.fileSystem.systemOpen("http://atomicgameengine.com/forum/");
+            if (refid == "help community") {
+                Atomic.fileSystem.systemOpen("http://atomicgameengine.com/community/");
                 return true;
                 return true;
             } else if (refid == "help chat") {
             } else if (refid == "help chat") {
                 Atomic.fileSystem.systemOpen("https://gitter.im/AtomicGameEngine/AtomicGameEngine/");
                 Atomic.fileSystem.systemOpen("https://gitter.im/AtomicGameEngine/AtomicGameEngine/");
@@ -401,7 +401,7 @@ var helpItems = {
     "API Documentation": ["help api"],
     "API Documentation": ["help api"],
     "-1": null,
     "-1": null,
     "Atomic Chat": ["help chat"],
     "Atomic Chat": ["help chat"],
-    "Atomic Forums": ["help forums"],
+    "Atomic Community": ["help community"],
     "-2": null,
     "-2": null,
     "Atomic Game Engine on GitHub": ["help github"],
     "Atomic Game Engine on GitHub": ["help github"],
     "About Atomic Editor": "about atomic editor"
     "About Atomic Editor": "about atomic editor"