diff options
author | Alexander Thurgood <alex.thurgood@gmail.com> | 2011-01-26 18:10:16 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-01-26 18:10:16 +0100 |
commit | 8b9003a4d5047debb0f3b981b97a4d842b030cad (patch) | |
tree | d7ec3ffbf42ac909cdb438102d15ceb03a74177f /setup_native/scripts | |
parent | 4aeef1ec93e9fd6ad7f8b2f598abe83312f2e182 (diff) |
Fix window focus for langpack installation on Mac fdo# 33056
Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/osx_install_languagepack.applescript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_native/scripts/osx_install_languagepack.applescript b/setup_native/scripts/osx_install_languagepack.applescript index 33d376adec1b..f889d09bcbf2 100644 --- a/setup_native/scripts/osx_install_languagepack.applescript +++ b/setup_native/scripts/osx_install_languagepack.applescript @@ -39,6 +39,7 @@ set installComplete to "[InstallCompleteText] set sourcedir to (do shell script "dirname " & quoted form of POSIX path of (path to of me)) +activate display dialog intro buttons {AbortLabel, InstallLabel} default button 2 if (button returned of result) is AbortLabel then |