diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-03-14 13:00:08 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-03-14 13:00:08 +0100 |
commit | 0e0a1dfddadd7e16e3e367be7daf1028b3c6d77f (patch) | |
tree | 161bd65a27f76cde4faed0fda2ec2eb09b7d0803 /PLUGINS/src/pictures/pictures.c | |
parent | 89fa411ab622f9acbcae58f36bd5c01a4b753c00 (diff) | |
download | vdr-0e0a1dfddadd7e16e3e367be7daf1028b3c6d77f.tar.gz vdr-0e0a1dfddadd7e16e3e367be7daf1028b3c6d77f.tar.bz2 |
Added Russian translations to the 'skincurses' and 'pictures' plugins
Diffstat (limited to 'PLUGINS/src/pictures/pictures.c')
-rw-r--r-- | PLUGINS/src/pictures/pictures.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/pictures/pictures.c b/PLUGINS/src/pictures/pictures.c index bb03c301..6130f195 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.6 2008/02/29 14:38:31 kls Exp $ + * $Id: pictures.c 1.7 2008/03/14 12:57:19 kls Exp $ */ #include <getopt.h> @@ -11,7 +11,7 @@ #include "menu.h" #include "player.h" -static const char *VERSION = "0.0.6"; +static const char *VERSION = "0.0.7"; static const char *DESCRIPTION = trNOOP("A simple picture viewer"); static const char *MAINMENUENTRY = trNOOP("Pictures"); |