From e92560885e33aba5f4954e00fab78ec84e49eb3a Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 10 Sep 2011 21:43:10 +0000 Subject: impress212: #i105675# better keyboard handling in animation create dialog # User Christian Lippka ORACLE --- sd/source/ui/animations/CustomAnimationCreateDialog.src | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sd') 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 { -- cgit