aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-09-06 15:28:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-09-06 15:28:07 +0000
commit67210b0731401ce4c2de9555f1c565ee4b8929db (patch)
tree61d46cb2885824f6eead826537cdd3d10cee3dfa
parentfa889d6d785964453b3eb9d8fd009a2895bf7f85 (diff)
Try to improve the tooltip a bit.
svn path=/trunk/; revision=38898
-rw-r--r--gtk/decode_as_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/decode_as_dlg.c b/gtk/decode_as_dlg.c
index 5b570400db..39991c696f 100644
--- a/gtk/decode_as_dlg.c
+++ b/gtk/decode_as_dlg.c
@@ -1979,7 +1979,8 @@ decode_as_cb (GtkWidget * w _U_, gpointer user_data _U_)
GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT);
#endif
gtk_box_pack_start(GTK_BOX(button_vb), button, FALSE, FALSE, 0);
- gtk_widget_set_tooltip_text(button, "Open a dialog showing the current settings.");
+ gtk_widget_set_tooltip_text(button, "Open a dialog showing the current settings.\n"
+ "Note you need to select and press apply first to be able to save the current setting");
button = gtk_button_new_from_stock(GTK_STOCK_CLEAR);
g_signal_connect(button, "clicked", G_CALLBACK(decode_clear_cb), NULL);