diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-11-16 06:54:22 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-11-16 07:01:46 +0200 |
commit | 287b62163eed8811b6cd33716c0691d328947d48 (patch) | |
tree | 3143d2cb17b32a19e3e7e0aa428210d1bba3eb0b /etc/menu.conf | |
parent | 507f4fe6c7811558b1367e4b64855ae7f9bc8da8 (diff) | |
parent | b411278fbb00767b8013604157a43e0203f66f4c (diff) | |
download | mpv-287b62163eed8811b6cd33716c0691d328947d48.tar.bz2 mpv-287b62163eed8811b6cd33716c0691d328947d48.tar.xz |
Merge svn changes up to r29912
Diffstat (limited to 'etc/menu.conf')
-rw-r--r-- | etc/menu.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/menu.conf b/etc/menu.conf index 90a19923ce..635a2f2a1c 100644 --- a/etc/menu.conf +++ b/etc/menu.conf @@ -50,7 +50,7 @@ <txt name="man" file="manpage.txt"/> <filesel name="open_file"/> -<filesel name="open_list" file-action="loadlist '%p'" auto-close="yes" +<filesel name="open_list" file-action="loadlist '%p'" title="Open a playlist: %p" filter="/etc/mplayer/extensions_filter" actions="d:run 'mp_loader \'%p\' d',c:run 'mp_loader \'%p\' c'" /> |