[Libreoffice-commits] .: Branch 'libreoffice-3-4' - cui/source

Tor Lillqvist tml at kemper.freedesktop.org
Tue Jun 21 06:19:18 PDT 2011


 cui/source/customize/acccfg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6ae96da3506850bb3dac3ede65364887fdc45220
Author: Andras Timar <atimar at suse.com>
Date:   Tue Jun 21 14:34:12 2011 +0200

    fix label of Save Keyboard Configuration dialog fdo#31353
    
    Signed-off-by: Tor Lillqvist <tlillqvist at novell.com>

diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index a35ace8..fa46fb4 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -1041,7 +1041,7 @@ IMPL_LINK( SfxAcceleratorConfigPage, Load, Button*, EMPTYARG )
 //-----------------------------------------------
 IMPL_LINK( SfxAcceleratorConfigPage, Save, Button*, EMPTYARG )
 {
-    StartFileDialog( WB_SAVEAS | WB_STDMODAL | WB_3DLOOK, aLoadAccelConfigStr );
+    StartFileDialog( WB_SAVEAS | WB_STDMODAL | WB_3DLOOK, aSaveAccelConfigStr );
     return 0;
 }
 


More information about the Libreoffice-commits mailing list