fix label of Save Keyboard Configuration dialog fdo#31353
This commit is contained in:
parent
c713ea1cda
commit
abfe27cf6b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue