This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch Pilot-Pirx-wizard
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 87591a3f1fa43ee8cccee305f90071ac1cf89285
Author: Matthias Seidel <msei...@apache.org>
AuthorDate: Wed Jul 12 19:40:27 2023 +0200

    Update Presentation wizard for wide screen format
---
 main/sd/source/ui/dlg/dlgass.src | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/main/sd/source/ui/dlg/dlgass.src b/main/sd/source/ui/dlg/dlgass.src
index 21d5b96943..2d00dd832a 100644
--- a/main/sd/source/ui/dlg/dlgass.src
+++ b/main/sd/source/ui/dlg/dlgass.src
@@ -211,7 +211,17 @@ ModalDialog DLG_ASS
                Pos = MAP_APPFONT ( 75, 135 ) ;
                Size = MAP_APPFONT ( 59, 10 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "Sli~de" ;
+               Text [ en-US ] = "Sc~reen (16:9)" ;
+       };
+
+       RadioButton RB_PAGE2_MEDIUM6
+       {
+               HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM2" ;
+               OutputSize = TRUE ;
+               Pos = MAP_APPFONT ( 75, 149 ) ;
+               Size = MAP_APPFONT ( 59, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "Sc~reen (16:10)" ;
        };
 
        RadioButton RB_PAGE2_MEDIUM3

Reply via email to