aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2010-12-28 01:05:45 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2010-12-28 01:05:45 +0000
commit9dec1a9cb0bad722d1ad4f32ec020e4805090bfe (patch)
treec7756aea7e803b2e5fcf5c9c4071048c7e2399ee /gtk
parent9148bb6c530b982341761e2a7a9290974e57bfaf (diff)
Add a tooltip.
svn path=/trunk/; revision=35280
Diffstat (limited to 'gtk')
-rw-r--r--gtk/rlc_lte_stat_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/rlc_lte_stat_dlg.c b/gtk/rlc_lte_stat_dlg.c
index 21c2a919a5..60eb1935d2 100644
--- a/gtk/rlc_lte_stat_dlg.c
+++ b/gtk/rlc_lte_stat_dlg.c
@@ -1452,7 +1452,8 @@ static void gtk_rlc_lte_stat_init(const char *optarg, void *userdata _U_)
hs->dct_error_substring_te = gtk_entry_new();
gtk_box_pack_start(GTK_BOX(sn_filter_hb), hs->dct_error_substring_te, FALSE, FALSE, 0);
gtk_widget_show(hs->dct_error_substring_te);
-
+ gtk_tooltips_set_tip(tooltips, hs->dct_error_substring_te,
+ "If given, only match error strings containing this substring", NULL);
/* Allow filtering of a particular sequence number */
hs->sn_filter_te = gtk_entry_new();