Bug 54844 - Set the application icon on Mac Os

Bugzilla Id: 54844

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1467816 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0554cd7393
This commit is contained in:
Philippe Mouawad 2013-04-14 19:21:36 +00:00
parent 43408150d4
commit 17669e481b
2 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,7 @@ JMETER_OPTS=""
case $(uname) in
Darwin*)
# Add Mac-specific property - should be ignored elsewhere (Bug 47064)
JMETER_OPTS="-Xdock:name=JMeter -Dapple.laf.useScreenMenuBar=true -Dapple.eawt.quitStrategy=CLOSE_ALL_WINDOWS"
JMETER_OPTS="-Xdock:name=JMeter -Xdock:icon="`dirname $0`/../docs/images/logo.jpg" -Dapple.laf.useScreenMenuBar=true -Dapple.eawt.quitStrategy=CLOSE_ALL_WINDOWS"
;;
esac

View File

@ -183,9 +183,10 @@ Shortcut for Function Helper Dialog is now CTRL+SHIFT+F1 (CMD + SHIFT + F1 for M
<li><bugzilla>54669</bugzilla> - Add flag forcing non-GUI JVM to exit after test</li>
<li><bugzilla>42428</bugzilla> - Workbench not saved with Test Plan</li>
<li><bugzilla>54825</bugzilla> - Add shortcuts to move elements in the tree</li>
<li><bugzilla>54834</bugzilla> - Improve Drag & Drop in the jmeter tree</li>
<li><bugzilla>54834</bugzilla> - Improve Drag &amp; Drop in the jmeter tree</li>
<li><bugzilla>54839</bugzilla> - Set the application name on Mac</li>
<li><bugzilla>54841</bugzilla> - Correctly handle the quit shortcut on Mac Os (CMD-Q) </li>
<li><bugzilla>54841</bugzilla> - Correctly handle the quit shortcut on Mac Os (CMD-Q)</li>
<li><bugzilla>54844</bugzilla> - Set the application icon on Mac Os</li>
</ul>
<h2>Non-functional changes</h2>