framework/source/uielement/generictoolbarcontroller.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4890dd0c441a6c95003fe91ad1d983de6b49ec57
Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
Date:   Tue Sep 15 11:47:20 2015 +0200

    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

diff --git a/framework/source/uielement/generictoolbarcontroller.cxx 
b/framework/source/uielement/generictoolbarcontroller.cxx
index bb599ab..dddb2f1 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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to