diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2013-02-21 15:37:14 +0000 |
---|---|---|
committer | Oliver-Rainer Wittmann <orw@apache.org> | 2013-02-21 15:37:14 +0000 |
commit | 61610544f99b00aa7e09b8c6681d1eef590b8e10 (patch) | |
tree | e85ec7c663d38e889cd3cd527a43d0d7af94cc33 /cui | |
parent | aebb790bfdc374a49b699092096f9d47d9730f0c (diff) |
#121388# - adapt renaming: "Apache OpenOffice" --> "OpenOffice"
Notes
Notes:
ignore: aoo
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src index 01b6f9232087..f70fd4a3c3f3 100644 --- a/cui/source/dialogs/about.src +++ b/cui/source/dialogs/about.src @@ -33,7 +33,7 @@ ModalDialog RID_DEFAULTABOUT Moveable = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 200 , 150 ) ; - Text [ en-US ] = "About %PRODUCTNAME" ; + Text [ en-US ] = "About %FULLPRODUCTNAME" ; OKButton RID_CUI_ABOUT_BTN_OK { DefButton = TRUE ; @@ -48,7 +48,7 @@ ModalDialog RID_DEFAULTABOUT FixedText RID_CUI_ABOUT_FTXT_VERSION { WordBreak = TRUE ; - Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ; + Text = "%FULLPRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ; }; MultiLineEdit RID_CUI_ABOUT_FTXT_BUILDDATA { |