diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 17:52:26 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 17:52:26 +0000 |
commit | 0d20523cb35418dc6eb09255913fa9dd8410b485 (patch) | |
tree | 3c7c1fd3f8511be73ffa387c9242690f2ea6a83d | |
parent | 93f1c156edfd067627cd969ca275f38d3b319069 (diff) | |
download | vdr-plugin-live-0d20523cb35418dc6eb09255913fa9dd8410b485.tar.gz vdr-plugin-live-0d20523cb35418dc6eb09255913fa9dd8410b485.tar.bz2 |
- some optical changes
-rw-r--r-- | setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,11 +35,11 @@ private: Setup( Setup const& ); mutable std::string m_helpString; - // commandline + // commandline options std::string m_libraryPath; int m_serverPort; IpList m_serverIps; - // vdr-setup + // setup options int m_lastChannel; int m_screenshotInterval; |