[vlc-commits] commit: Add version to footer alongside the copyright message ( Confused Vorlon )
git at videolan.org
git at videolan.org
Sat Jun 5 15:23:23 CEST 2010
vlc | branch: master | Confused Vorlon <rob at hobbyistsoftware.com> | Fri May 28 15:36:36 2010 +0100| [eb2becab3fe2e0872a3b6f21a71b95f3e2fcd2e6] | committer: Rémi Denis-Courmont
Add version to footer alongside the copyright message
(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 at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb2becab3fe2e0872a3b6f21a71b95f3e2fcd2e6
---
share/lua/http/dialogs/footer | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/http/dialogs/footer b/share/lua/http/dialogs/footer
index 7a21591..a9397ff 100644
--- a/share/lua/http/dialogs/footer
+++ b/share/lua/http/dialogs/footer
@@ -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>
More information about the vlc-commits
mailing list