Make the pause action slightly more discoverable
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 31 Oct 2016 14:48:42 +0100
changeset 18390654216e8073d
parent 18389 df9b3df5095e
child 18391 044f0cf6fb6b
Make the pause action slightly more discoverable
masterfs.suspend/src/org/netbeans/modules/masterfs/suspend/PauseAction.java
     1.1 --- a/masterfs.suspend/src/org/netbeans/modules/masterfs/suspend/PauseAction.java	Sat Oct 22 00:24:37 2016 -0700
     1.2 +++ b/masterfs.suspend/src/org/netbeans/modules/masterfs/suspend/PauseAction.java	Mon Oct 31 14:48:42 2016 +0100
     1.3 @@ -68,7 +68,7 @@
     1.4      iconBase = "org/netbeans/modules/masterfs/suspend/pause.png",
     1.5      displayName = "#CTL_PauseAction"
     1.6  )
     1.7 -@ActionReference(path = "Toolbars/Memory", position = 15000)
     1.8 +@ActionReference(path = "Toolbars/Build", position = 15000)
     1.9  @Messages({
    1.10      "CTL_PauseAction=Pause I/O Checks",
    1.11      "# {0} - number of pending events",