[Libreoffice-commits] .: cui/source

Andras Timar timar at kemper.freedesktop.org
Tue Jun 21 05:35:32 PDT 2011


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

New commits:
commit 8a7592cc36019d6d6d81e1a53dd2785213368591
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

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