Do not allow running commands from window menu.

This commit is contained in:
Sanel Zukan 2012-12-06 00:37:48 +00:00
parent 804374ebe3
commit a970841a4f

View File

@ -7,7 +7,6 @@ WindowMenu = "Window Menu" {
Entry = "(Un)Stick" { Actions = "Toggle Sticky" }
Entry = "(Un)Shade" { Actions = "Toggle Shaded" }
Entry = "Iconify" { Actions = "Set Iconified" }
Entry = "Command.." { Actions = "ShowCmdDialog" }
Submenu = "Maximize" {
Entry = "Toggle Full" { Actions = "Toggle Maximized True True" }