diff options
-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; |