kopia lustrzana https://github.com/c9/core
Fix menu item title that's often wrong
rodzic
c6d5b4e13c
commit
5667bca5df
|
@ -452,7 +452,7 @@ define(function(require, exports, module) {
|
||||||
var mnuSettings = tree.getElement("mnuFilesSettings");
|
var mnuSettings = tree.getElement("mnuFilesSettings");
|
||||||
ui.insertByIndex(mnuSettings, new ui.item({
|
ui.insertByIndex(mnuSettings, new ui.item({
|
||||||
type: "check",
|
type: "check",
|
||||||
caption: realRoot ? "Show Root File System" : "Show Workspace Directory",
|
caption: "Show Workspace Root",
|
||||||
checked: "state/projecttree/@showfs",
|
checked: "state/projecttree/@showfs",
|
||||||
onclick: function(e) {
|
onclick: function(e) {
|
||||||
toggleRootFS();
|
toggleRootFS();
|
||||||
|
|
Ładowanie…
Reference in New Issue