diff options
Diffstat (limited to 'plugins/externaltools/data/search-recursive.tool.in')
-rwxr-xr-x | plugins/externaltools/data/search-recursive.tool.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/externaltools/data/search-recursive.tool.in b/plugins/externaltools/data/search-recursive.tool.in index 66bf8748..3179d346 100755 --- a/plugins/externaltools/data/search-recursive.tool.in +++ b/plugins/externaltools/data/search-recursive.tool.in @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -SEARCHTEXT=`matedialog --entry --title="Search text on files" --text="Text to search"` +SEARCHTEXT=`zenity --entry --title="Search text on files" --text="Text to search"` if [ ! "${#SEARCHTEXT}" = 0 ]; then |