summaryrefslogtreecommitdiff
path: root/plugins/externaltools/data/search-recursive.tool.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-03-19 11:08:34 +0100
committerStefano Karapetsas <[email protected]>2014-03-19 11:08:34 +0100
commit1dce8625e2bfbd5b320b7685acad64a1af2d2d67 (patch)
tree3bd2601b9d673bcf7a48822cc7808bf50575fd26 /plugins/externaltools/data/search-recursive.tool.in
parente418c0942376f27c437988acad42e70d0b3b48c8 (diff)
downloadpluma-1dce8625e2bfbd5b320b7685acad64a1af2d2d67.tar.bz2
pluma-1dce8625e2bfbd5b320b7685acad64a1af2d2d67.tar.xz
Use zenity instead of mate-dialogs
Diffstat (limited to 'plugins/externaltools/data/search-recursive.tool.in')
-rwxr-xr-xplugins/externaltools/data/search-recursive.tool.in2
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