diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-25 23:35:48 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-25 23:35:48 +0100 |
commit | 81db819a3d93b57dd77ad7ee2c654a607abd99c9 (patch) | |
tree | 7d32e906739166dcff6489ba305c4fc5e17869a6 /pages/pageelems.ecpp | |
parent | 8b07facae8d4cb6cf75258b46cdd77866ab60cb4 (diff) | |
download | vdr-plugin-live-81db819a3d93b57dd77ad7ee2c654a607abd99c9.tar.gz vdr-plugin-live-81db819a3d93b57dd77ad7ee2c654a607abd99c9.tar.bz2 |
- tadi's update
Diffstat (limited to 'pages/pageelems.ecpp')
-rw-r--r-- | pages/pageelems.ecpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index b61e663..34cfbf8 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -9,6 +9,7 @@ #include "timers.h" #include "tools.h" #include "epg_events.h" +#include "gen_version_suffix.h" using namespace std; using namespace vdrlive; @@ -334,7 +335,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> |