[vlc-commits] commit: IMDB: use a shortdesc (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri Mar 19 17:51:42 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 19 17:51:13 2010 +0100| [5e27dcb83abb393dfbfd848f5274ccc42943fbf4] | committer: Jean-Baptiste Kempf
IMDB: use a shortdesc
Close #3414
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e27dcb83abb393dfbfd848f5274ccc42943fbf4
---
share/lua/extensions/imdb.lua | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/share/lua/extensions/imdb.lua b/share/lua/extensions/imdb.lua
index 93b0cd9..90ab912 100644
--- a/share/lua/extensions/imdb.lua
+++ b/share/lua/extensions/imdb.lua
@@ -27,6 +27,7 @@ function descriptor()
version = "0.1" ;
author = "Jean-Philippe André" ;
url = 'http://www.imdb.org/';
+ shortdesc = "The Internet Movie Database\n";
description = "<center><b>The Internet Movie Database</b></center>\n"
.. "Get information about movies from the Internet "
.. "Movie Database (IMDb).\nThis Extension will show "
More information about the vlc-commits
mailing list