diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-17 00:22:07 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-17 00:22:07 +0100 |
commit | 880ee6e7feb33daeb94c6a1195c8eb4202a570b0 (patch) | |
tree | 41f56853a09b9de5f996fdac3428ce70f527a813 /pages | |
parent | e565e758763f32f49350b78b63308539cc0d90ab (diff) | |
download | vdr-plugin-live-880ee6e7feb33daeb94c6a1195c8eb4202a570b0.tar.gz vdr-plugin-live-880ee6e7feb33daeb94c6a1195c8eb4202a570b0.tar.bz2 |
Fixed some compile time problems with the version generation.
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 34cfbf8..a2fef4a 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -335,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 $><$ VERSION_SUFFIX $></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> |