summaryrefslogtreecommitdiff
path: root/PLUGINS/src/pictures/pictures.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-09 12:15:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-09 12:15:52 +0100
commit8f5da3f68bd8db1d718aa4239f66f6cca2ecd49e (patch)
tree2096743f3536bb889c6d65f7504cad2d15083d2e /PLUGINS/src/pictures/pictures.c
parent197d6a9c85580a6145ec43466f349a45a271a45a (diff)
downloadvdr-8f5da3f68bd8db1d718aa4239f66f6cca2ecd49e.tar.gz
vdr-8f5da3f68bd8db1d718aa4239f66f6cca2ecd49e.tar.bz2
Fixed setting the OSD area in the pictures plugin
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 26baf478..6e64c4e3 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.4 2008/02/02 11:32:50 kls Exp $
+ * $Id: pictures.c 1.5 2008/02/09 12:15:52 kls Exp $
*/
#include <getopt.h>
@@ -11,7 +11,7 @@
#include "menu.h"
#include "player.h"
-static const char *VERSION = "0.0.4";
+static const char *VERSION = "0.0.5";
static const char *DESCRIPTION = trNOOP("A simple picture viewer");
static const char *MAINMENUENTRY = trNOOP("Pictures");