summaryrefslogtreecommitdiffstats
path: root/cui/source/dialogs/about.src
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2012-06-03 18:13:05 +0200
committerPetr Mladek <pmladek@suse.cz>2012-06-05 13:32:22 +0200
commit42bb3d50b21f2febe4518262488765aec523c5e5 (patch)
tree566b5eb5e3c9747af3e2bd6e1792a71fdf9d64f7 /cui/source/dialogs/about.src
parentPost-translation clean-up with small formatting change (diff)
downloadcore-42bb3d50b21f2febe4518262488765aec523c5e5.tar.gz
core-42bb3d50b21f2febe4518262488765aec523c5e5.zip
Make the new About dialog a little nicer
* remove weird bevel from background * remove hardcoded button text color * make Close button visible * move buttons below copyright text
Diffstat (limited to 'cui/source/dialogs/about.src')
-rw-r--r--cui/source/dialogs/about.src7
1 files changed, 2 insertions, 5 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src
index 1e384968bdf0..21fb6244e240 100644
--- a/cui/source/dialogs/about.src
+++ b/cui/source/dialogs/about.src
@@ -71,7 +71,7 @@ ModalDialog RID_DEFAULTABOUT
};
String ABOUT_STR_VERSION
{
- Text [ en-US ] = "version %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX %PRODUCTEXTENSION";
+ Text [ en-US ] = "Version %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX %PRODUCTEXTENSION";
};
String ABOUT_STR_DESCRIPTION
{
@@ -119,14 +119,11 @@ ModalDialog RID_DEFAULTABOUT
};
PushButton ABOUT_BTN_WEBSITE
{
- Text [ en-US ] = "libreoffice.org";
- DefButton = TRUE ;
+ Text [ en-US ] = "Website";
};
CancelButton ABOUT_BTN_CANCEL
{
DefButton = TRUE ;
- Pos = MAP_APPFONT ( 174 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ en-US ] = "~Close";
};
FixedImage ABOUT_IMAGE_LOGO