1#!
2#[[BEGIN PROPERTIES]]
3# Type = Command
4# Order = 1.0
5# Interpreter = perl
6# DefaultFor = file
7# Caption = gedit
8# Descr =Open plain text files in the GNOME text editor gedit.
9# Descr =
10# Descr =Selection details:
11# Descr =
12# Descr =  Source: Ignored.
13# Descr =
14# Descr =  Target: The plain text files to be opened.
15# Icon = thirdparty/gedit.tga
16#[[END PROPERTIES]]
17
18use strict;
19use warnings;
20BEGIN { require "$ENV{'EM_DIR'}/res/emFileMan/scripts/cmd-util.pl"; }
21
22OpenTargetFilesWith('gedit');
23