diff options
author | erack <er@openoffice.org> | 2011-09-10 22:43:10 +0000 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-11-23 23:34:54 +0100 |
commit | 2663cd34e34d4cf7796b328b7679426fb960cc07 (patch) | |
tree | c5178785a6520dc0cf28003cf838893c9353983b /sd | |
parent | 0a1f03544a72596b5022985f2367bdcd0699adeb (diff) |
impress212: #i105675# better keyboard handling in animation create dialog
* found as LGPLv3-only fix at svn rev 1167618 (http://svn.apache.org/viewvc?view=revision&revision=1167618)
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationCreateDialog.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.src b/sd/source/ui/animations/CustomAnimationCreateDialog.src index 62abf708d883..b30c1faa610f 100644 --- a/sd/source/ui/animations/CustomAnimationCreateDialog.src +++ b/sd/source/ui/animations/CustomAnimationCreateDialog.src @@ -81,12 +81,14 @@ TabDialog DLG_CUSTOMANIMATION_CREATE Pos = MAP_APPFONT ( 3 , 223 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; + DefButton = TRUE; }; CancelButton 1 { Pos = MAP_APPFONT ( 56 , 223 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; + DefButton = TRUE; }; HelpButton 1 { |