diff options
author | Andras Timar <atimar@suse.com> | 2011-06-21 14:34:12 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-06-21 14:35:21 +0200 |
commit | 8a7592cc36019d6d6d81e1a53dd2785213368591 (patch) | |
tree | d2c33b8654f9d3e5f228a1944b7119c526cb5731 /cui | |
parent | 027e97dbb079897c6e344d6885f6b1f82cb09fae (diff) |
fix label of Save Keyboard Configuration dialog fdo#31353
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/acccfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index a35ace809..fa46fb429 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; } |