diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 19:38:28 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 19:38:28 +0000 |
commit | 107180b00a9c71d3ca8d9c53a592456598e0c834 (patch) | |
tree | db40aeda533eebc51022d3bcc86eba9d891fa9ed /tntconfig.cpp | |
parent | 39b41416a9b2699f1aae3a7a1a638ebe9708315d (diff) | |
download | vdr-plugin-live-107180b00a9c71d3ca8d9c53a592456598e0c834.tar.gz vdr-plugin-live-107180b00a9c71d3ca8d9c53a592456598e0c834.tar.bz2 |
/ Mapping eingebaut
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r-- | tntconfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp index 3735db2..ea6f9d0 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -32,6 +32,7 @@ void TntConfig::WriteConfig() } // XXX modularize + file << "MapUrl ^/$ whats_on_now@libtnt-live" << endl; file << "MapUrl /([^.]+)(\\..+)? $1@libtnt-live" << endl; file << "PropertyFile " << m_propertiesPath << endl; file << "CompPath " << Setup::Get().GetLibraryPath() << endl; |