Skip to content

Commit 4861aad

Browse files
committed
Added nmenomic for the exit action
1 parent 5a87f2a commit 4861aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cooja/java/se/sics/cooja/GUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4479,7 +4479,7 @@ public boolean shouldBeEnabled() {
44794479
return getSimulation() != null;
44804480
}
44814481
};
4482-
GUIAction exitCoojaAction = new GUIAction("Exit") {
4482+
GUIAction exitCoojaAction = new GUIAction("Exit", 'x') {
44834483
private static final long serialVersionUID = 7523822251658687665L;
44844484
public void actionPerformed(ActionEvent e) {
44854485
myGUI.doQuit(true);

0 commit comments

Comments
 (0)