diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-16 01:05:16 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-16 01:05:16 +0100 |
commit | 6601d4c8cfe062f61196ef6f4e2ade0156c3345c (patch) | |
tree | fc2cc9953e3ef8d44f0578342846139de0a01e89 /pages | |
parent | 85941f0fd77d61b200aa6bf36498832436fe7a16 (diff) | |
download | vdr-plugin-live-6601d4c8cfe062f61196ef6f4e2ade0156c3345c.tar.gz vdr-plugin-live-6601d4c8cfe062f61196ef6f4e2ade0156c3345c.tar.bz2 |
Added files that use the version-util result.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/pageelems.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index b61e663..cd527cd 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -334,7 +334,7 @@ int update_status(1); <div class="about_right">Michael Brückner (skiller2k1)</div> <div class="about_head"><div><div><$ tr("Information") $></div></div></div> <div class="about_left"><$ tr("LIVE version") $>:</div> - <div class="about_right"><$ LIVEVERSION $></div> + <div class="about_right"><$ LIVEVERSION $><$ VERSION_SUFFIX $></div> <div class="about_left"><$ tr("VDR version") $>:</div> <div class="about_right"><$ VDRVERSION $></div> <div class="about_head"><div><div><$ tr("Features") $></div></div></div> |