summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-15 11:47:20 +0200
committerAndras Timar <andras.timar@collabora.com>2015-09-19 21:32:15 +0200
commit22fd4458604b933faaa89494459b193112a2fb03 (patch)
treecdfe8ff844b77fc8365b7943ee9127f89f5409fa
parent981e497ef4a9d3fe9aa23b4283a32a60d81309d4 (diff)
tdf#94198 Printer missing from tooltip
Need to update the tooltip also on state change. This partially reverts the fix for tdf#83558, 1fb8724f9834dbc07b741eeed31b31347bc0c2a1 Verified that the fix for tdf#83558 still works. Change-Id: I023a5e4b101dc91522f19b0d3ed2ed0c4a47e64b Reviewed-on: https://gerrit.libreoffice.org/18586 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--framework/source/uielement/generictoolbarcontroller.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/uielement/generictoolbarcontroller.cxx b/framework/source/uielement/generictoolbarcontroller.cxx
index 8b372826a869..183da37d039d 100644
--- a/framework/source/uielement/generictoolbarcontroller.cxx
+++ b/framework/source/uielement/generictoolbarcontroller.cxx
@@ -244,6 +244,7 @@ throw ( RuntimeException, std::exception )
aStrValue = aTmp;
}
m_pToolbar->SetItemText( m_nID, aStrValue );
+ m_pToolbar->SetQuickHelpText( m_nID, aStrValue );
}
if ( m_bMadeInvisible )