]> git.sesse.net Git - vlc/blobdiff - menuconfig
Fix tiny memleak.
[vlc] / menuconfig
index a8f60c12e0ceee3da7ff24350d59a979bfbc8cc5..8a2081f093ed69c9eed08aa269cd08b709febdfb 100755 (executable)
@@ -1,6 +1,6 @@
-#! /bin/sh
+#!/usr/bin/env bash
 #
-# VideoLAN Client configuration script, borrowed from linux menuconfig
+# VLC media player configuration script, borrowed from linux menuconfig
 # Cyril Deguet <asmax@videolan.org>
 #
 #-----------------------------------------------------------------
@@ -1332,7 +1332,7 @@ Use the <TAB> key to move from the input field to the buttons below it."
 
 DIALOG="./lxdialog/lxdialog"
 
-backtitle="VideoLAN Client Configuration"
+backtitle="VLC media player configuration"
 
 trap "cleanup ; exit 1" 1 2 15