]> git.sesse.net Git - vlc/commitdiff
Add version to footer alongside the copyright message
authorConfused Vorlon <rob@hobbyistsoftware.com>
Fri, 28 May 2010 14:36:36 +0000 (15:36 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Jun 2010 13:22:28 +0000 (16:22 +0300)
(as with old http interface). Also added '-Lua Web Interface-'.

Adding the '-Lua Web Interface-' will give an easy way for applications to tell whether they are dealing with the old or new interfaces. The commands are somewhat different, so this is important.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
share/lua/http/dialogs/footer

index 7a2159148d595eb5e308c1be11ab4c741c754395..a9397ff3ca5bfe6117f0ffa9819c4ec614d0c6aa 100644 (file)
@@ -33,5 +33,5 @@ This dialog needs the following dialogs to be fully functional: <none>
   <a href="/flash.html">Flash based remote playback</a> -
   <a href="http://www.videolan.org">VideoLAN website</a>
   <br />
-  <?vlc print(vlc.misc.copyright()) ?>
+  <?vlc print(vlc.misc.version() .. " - Lua Web Interface - " .. vlc.misc.copyright()) ?>
 </div>