diff options
Diffstat (limited to 'plugins/externaltools/data/run-command.tool.in')
-rwxr-xr-x | plugins/externaltools/data/run-command.tool.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/externaltools/data/run-command.tool.in b/plugins/externaltools/data/run-command.tool.in index 6f08a622..a902b9a9 100755 --- a/plugins/externaltools/data/run-command.tool.in +++ b/plugins/externaltools/data/run-command.tool.in @@ -1,4 +1,4 @@ #!/bin/sh #TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec" -exec `matedialog --entry --title="Run command - pluma" --text="Command to run"` +exec `zenity --entry --title="Run command - pluma" --text="Command to run"` |