Hi * The beautiful new about dialog does not close with ESC. IMHO it's a basic bahviour for each dialogue that ESC does close it. My version is http://dev-builds.libreoffice.org/daily/Linux-x86_10-Release_Configuration/master/current/master~2012-04-10_16.04.34_LibO-Dev_3.6.0alpha0_Linux_x86_install-deb_en-US.tar.gz from http://dev-builds.libreoffice.org/daily/Linux-x86_10-Release_Configuration/master/current/ (split of issue for bug 48659)
Maybe you could place a CancelButton there, and hide it. Its keyboard shoutcut (ESC) might work anyway.
yeah, I was going to suggest the same thing, and that will also address the "AboutDialog::LinkStubCancelHdl" entry at the top of unusedcode,easy
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=36245c84bacd30135ba20ad459d9450300c78b00 Resolves: fdo#48723 add a (hidden) CancelButton so ESC closes about dialog
works fine in http://dev-builds.libreoffice.org/daily/Linux-x86_10-Release_Configuration/master/current/master~2012-04-17_13.43.52_LibO-Dev_3.6.0alpha0_Linux_x86_install-deb_en-US.tar.gz thanks!