aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-01 15:30:38 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-01 15:30:38 +0000
commit25b02cab25ee1d4db05fbf3743e04d00dac984e1 (patch)
tree405ed8b6ac9b8047ff90837a4dcc27856d2f9c2e
parentee92d87e3a94970bc34e6eb2593a741a40bfaecc (diff)
downloadrpmdrake-25b02cab25ee1d4db05fbf3743e04d00dac984e1.tar
rpmdrake-25b02cab25ee1d4db05fbf3743e04d00dac984e1.tar.gz
rpmdrake-25b02cab25ee1d4db05fbf3743e04d00dac984e1.tar.bz2
rpmdrake-25b02cab25ee1d4db05fbf3743e04d00dac984e1.tar.xz
rpmdrake-25b02cab25ee1d4db05fbf3743e04d00dac984e1.zip
(run_treeview_dialog) add a sensible tooltip for the "find" entry (#39454)
-rw-r--r--NEWS2
-rwxr-xr-xrpmdrake2
2 files changed, 3 insertions, 1 deletions
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 <enter> key"),
'icon-release' => $find_callback,
'icon-press' => sub {
my (undef, $pos, $event) = @_;