diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-16 13:46:05 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-16 13:46:05 +0200 |
commit | 685e0f6951fadcc7723374ca2e0769771f3ef3bb (patch) | |
tree | b1570612eb9d1ad474663a8b7264fb92c0309fcd /menu.c | |
parent | 3499416f0785923f40afe0478598c157c9fa00e2 (diff) | |
download | vdr-685e0f6951fadcc7723374ca2e0769771f3ef3bb.tar.gz vdr-685e0f6951fadcc7723374ca2e0769771f3ef3bb.tar.bz2 |
Year is now displayed with only 2 digits
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 1.17 2000/07/16 10:55:45 kls Exp $ + * $Id: menu.c 1.18 2000/07/16 13:42:29 kls Exp $ */ #include "menu.h" @@ -932,7 +932,7 @@ public: }; cMenuRecordings::cMenuRecordings(void) -:cOsdMenu("Recordings", 11, 6) +:cOsdMenu("Recordings", 9, 6) { if (Recordings.Load()) { cRecording *recording = Recordings.First(); |