diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-04-01 15:30:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-04-01 15:30:38 +0000 |
commit | 25b02cab25ee1d4db05fbf3743e04d00dac984e1 (patch) | |
tree | 405ed8b6ac9b8047ff90837a4dcc27856d2f9c2e | |
parent | ee92d87e3a94970bc34e6eb2593a741a40bfaecc (diff) | |
download | rpmdrake-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-- | NEWS | 2 | ||||
-rwxr-xr-x | rpmdrake | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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) = @_; |