summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-06-21 14:34:12 +0200
committerAndras Timar <atimar@suse.com>2011-06-21 14:35:21 +0200
commitabfe27cf6b15cec394471b41a742ffb49e46bf1d (patch)
treefce277f6692a4acd57717b9fd8edcafc33f721c4 /cui
parentc713ea1cda098e62b7964bcb27db38c458ec769b (diff)
fix label of Save Keyboard Configuration dialog fdo#31353
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/acccfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index 4b955b653cd4..9436944924eb 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;
}