Kaydet (Commit) 1e06d484 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

#i120570# - Fix title in "Save Keyboard Configuration" dialog

üst 0d2bf1c7
...@@ -999,7 +999,7 @@ IMPL_LINK( SfxAcceleratorConfigPage, Load, Button*, EMPTYARG ) ...@@ -999,7 +999,7 @@ IMPL_LINK( SfxAcceleratorConfigPage, Load, Button*, EMPTYARG )
//----------------------------------------------- //-----------------------------------------------
IMPL_LINK( SfxAcceleratorConfigPage, Save, 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; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment