summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/about.src
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/about.src')
-rw-r--r--cui/source/dialogs/about.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src
index 512d9eb3eea7..6cedf59beb9a 100644
--- a/cui/source/dialogs/about.src
+++ b/cui/source/dialogs/about.src
@@ -121,4 +121,15 @@ ModalDialog RID_DEFAULTABOUT
{
Text[ en-US ] = "http://www.libreoffice.org/features/";
};
+ FixedLine ABOUT_BUTTONS_LINE
+ {
+ Pos = MAP_APPFONT ( 0 , 245 ) ;
+ Size = MAP_APPFONT ( 170 , 2 ) ;
+ };
+ CancelButton ABOUT_BTN_CANCEL
+ {
+ DefButton = TRUE ;
+ Pos = MAP_APPFONT ( 174 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ };
};