summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2017-05-29 10:11:03 +0300
committerMuhammet Kara <muhammet.kara@pardus.org.tr>2017-05-31 17:16:40 +0200
commit99841f1fd2bf22bca7dcc7e05fc1f91d612d5343 (patch)
treefbed86cd1f41507255ba152cbd1d0a7a644575a9 /desktop
parentResolves: tdf#108225 there are *two* possible .ui files for change tracking (diff)
downloadcore-99841f1fd2bf22bca7dcc7e05fc1f91d612d5343.tar.gz
core-99841f1fd2bf22bca7dcc7e05fc1f91d612d5343.zip
tdf#36019: Fix tooltip
Change-Id: I8c1a01fa54addfdf78eaff45952e306de812e954 Reviewed-on: https://gerrit.libreoffice.org/38128 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr> Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.cxx2
1 files changed, 1 insertions, 1 deletions
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));
}