summaryrefslogtreecommitdiff
path: root/PLUGINS/src/pictures/pictures.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-29 14:38:44 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-29 14:38:44 +0100
commite2c35828346341d95557939791642ba3b50c401f (patch)
treec465cda3a69f681d42bfad36b2ef48501368e29b /PLUGINS/src/pictures/pictures.c
parentbca18a19c927f1c3df6303e200eda9ada72f07e1 (diff)
downloadvdr-e2c35828346341d95557939791642ba3b50c401f.tar.gz
vdr-e2c35828346341d95557939791642ba3b50c401f.tar.bz2
Made the 'pic2mpg' script of the 'pictures' plugin work with relative paths
Diffstat (limited to 'PLUGINS/src/pictures/pictures.c')
-rw-r--r--PLUGINS/src/pictures/pictures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/pictures/pictures.c b/PLUGINS/src/pictures/pictures.c
index 6e64c4e3..bb03c301 100644
--- a/PLUGINS/src/pictures/pictures.c
+++ b/PLUGINS/src/pictures/pictures.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: pictures.c 1.5 2008/02/09 12:15:52 kls Exp $
+ * $Id: pictures.c 1.6 2008/02/29 14:38:31 kls Exp $
*/
#include <getopt.h>
@@ -11,7 +11,7 @@
#include "menu.h"
#include "player.h"
-static const char *VERSION = "0.0.5";
+static const char *VERSION = "0.0.6";
static const char *DESCRIPTION = trNOOP("A simple picture viewer");
static const char *MAINMENUENTRY = trNOOP("Pictures");