From 25b02cab25ee1d4db05fbf3743e04d00dac984e1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Apr 2009 15:30:38 +0000 Subject: (run_treeview_dialog) add a sensible tooltip for the "find" entry (#39454) --- NEWS | 2 ++ rpmdrake | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b5d19e89..19bff816 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ - kill --no-splash option (useless since 4.17 (do not display a splash text anymore)), thus fixing #49035) +- rpmdrake: + o add a sensible tooltip for the "find" entry (#39454) Version 5.14 - 25 March 2009, Thierry Vignaud diff --git a/rpmdrake b/rpmdrake index 3be536ab..df194e8c 100755 --- a/rpmdrake +++ b/rpmdrake @@ -644,7 +644,7 @@ sub run_treeview_dialog { 1, $find_entry = gtknew('Entry', width => 260, primary_icon => 'gtk-find', secondary_icon => 'gtk-clear', - tip => N("Find"), + tip => N("Please type in the string you want to search then press the key"), 'icon-release' => $find_callback, 'icon-press' => sub { my (undef, $pos, $event) = @_; -- cgit v1.2.1