Skip to content

Commit

Permalink
Added app name to the quit menu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
profer committed Feb 21, 2012
1 parent fe9deca commit dd5f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker/core.clj
Expand Up @@ -94,7 +94,7 @@

(.addSeparator menu)

(.addItem menu "Quit" (action (fn []
(.addItem menu "Quit Atea" (action (fn []
(deactfn)
(System/exit 0))))))

Expand Down

0 comments on commit dd5f37f

Please sign in to comment.