Kaydet (Commit) 229d98e9 authored tarafından Katarina Behrens's avatar Katarina Behrens

SafeModeDialog: set correct initial checkbox state

Change-Id: I3aa45ae4b02afd2ea8e1a5a427eb6f0f17219430
Reviewed-on: https://gerrit.libreoffice.org/32967Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
Tested-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst fbbb4850
......@@ -114,11 +114,10 @@ SafeModeDialog::SafeModeDialog(vcl::Window* pParent)
// Disable restart btn until some checkbox is active
mpBtnRestart->Disable();
// Check the first radio button and disable the other parts
// Check the first radio button and call its handler,
// it'll disable the relevant parts
mpRadioRestore->Check();
mpBoxConfigure->Disable();
mpBoxDeinstall->Disable();
mpBoxReset->Disable();
RadioBtnHdl( mpRadioRestore );
// Set URL for help button (module=safemode)
OUString sURL("http://hub.libreoffice.org/send-feedback/?LOversion=" + utl::ConfigManager::getAboutBoxProductVersion() +
......
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