[Libreoffice-commits] .: cui/source

Petr Mladek pmladek at kemper.freedesktop.org
Mon Feb 13 06:40:29 PST 2012


 cui/source/dialogs/about.src |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 516905788436c386caac8ae5288ae0619bc032d1
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Feb 13 15:34:35 2012 +0100

    Use "Close" instead of "Cancel" button in the about dialog
    
    Thanks to Stefan Knorr (Astron) for hint.

diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src
index 6cedf59..cee5330 100644
--- a/cui/source/dialogs/about.src
+++ b/cui/source/dialogs/about.src
@@ -131,5 +131,6 @@ ModalDialog RID_DEFAULTABOUT
         DefButton = TRUE ;
         Pos = MAP_APPFONT ( 174 , 6 ) ;
         Size = MAP_APPFONT ( 50 , 14 ) ;
+        Text [ en-US ] = "~Close";
     };
 };


More information about the Libreoffice-commits mailing list