]> git.sesse.net Git - vlc/blobdiff - menuconfig
Rewrite CAST_PTHREAD_TO_INT in a ISO C valid way - closes #1407
[vlc] / menuconfig
index a8f60c12e0ceee3da7ff24350d59a979bfbc8cc5..a2b80b83adc6bf344f9c94b28f8341954594e006 100755 (executable)
@@ -1,6 +1,6 @@
-#! /bin/sh
+#! /bin/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