Jürgen Spitzmüller schrieb:
OK to go in?
Jürgen
Index: src/frontends/qt4/QLToolbar.cpp
===================================================================
--- src/frontends/qt4/QLToolbar.cpp (Revision 18203)
+++ src/frontends/qt4/QLToolbar.cpp (Arbeitskopie)
@@ -197,6 +197,7 @@
tb->setIcon(QPixmap(toqstr(getIcon(FuncRequest(LFUN_TABULAR_INSERT)))));
tb->setToolTip(qt_(to_ascii(item.label_)));
tb->setStatusTip(qt_(to_ascii(item.label_)));
+ tb->setText(qt_(to_ascii(item.label_)));
InsertTableWidget * iv = new InsertTableWidget(owner_, tb);
connect(tb, SIGNAL(clicked(bool)), iv, SLOT(show(bool)));
connect(iv, SIGNAL(visible(bool)), tb, SLOT(setChecked(bool)));
Is this needed? Two lines above, the tool tip is already set.
Anyway, if it works, please commit.
It is great to see some real bug fixes again :-)
Michael