desktop/source/deployment/gui/dp_gui_dialog2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 99841f1fd2bf22bca7dcc7e05fc1f91d612d5343 Author: Muhammet Kara <[email protected]> Date: Mon May 29 10:11:03 2017 +0300 tdf#36019: Fix tooltip Change-Id: I8c1a01fa54addfdf78eaff45952e306de812e954 Reviewed-on: https://gerrit.libreoffice.org/38128 Tested-by: Jenkins <[email protected]> Reviewed-by: Muhammet Kara <[email protected]> Tested-by: Muhammet Kara <[email protected]> diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.cxx b/desktop/source/deployment/gui/dp_gui_dialog2.cxx index fa286493fec9..ee7d91a43521 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog2.cxx +++ b/desktop/source/deployment/gui/dp_gui_dialog2.cxx @@ -764,7 +764,7 @@ void ExtMgrDialog::enableRemoveButton( bool bEnable ) { m_pRemoveBtn->Enable( bEnable && !officecfg::Office::ExtensionManager::ExtensionSecurity::DisableExtensionRemoval::get()); - if (officecfg::Office::ExtensionManager::ExtensionSecurity::DisableExtensionInstallation::get()) + if (officecfg::Office::ExtensionManager::ExtensionSecurity::DisableExtensionRemoval::get()) { m_pRemoveBtn->SetQuickHelpText(getResId(RID_STR_WARNING_REMOVE_EXTENSION_DISABLED)); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
