summaryrefslogtreecommitdiff
path: root/dxr3.c
diff options
context:
space:
mode:
authorscop <scop>2005-03-23 18:21:32 +0000
committerscop <scop>2005-03-23 18:21:32 +0000
commite911c6aee7862de6e637a32959226e85c00b3e4b (patch)
tree8e1ba11e5f4197e263e8b3de34e95c0e799ca84a /dxr3.c
parent8ddc88cf4104dc8a842590bc30563ae2b8712d43 (diff)
downloadvdr-plugin-dxr3-e911c6aee7862de6e637a32959226e85c00b3e4b.tar.gz
vdr-plugin-dxr3-e911c6aee7862de6e637a32959226e85c00b3e4b.tar.bz2
Whitespace sync with HEAD.
Diffstat (limited to 'dxr3.c')
-rw-r--r--dxr3.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/dxr3.c b/dxr3.c
index 1f6d52b..b60bd03 100644
--- a/dxr3.c
+++ b/dxr3.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
-* $Id: dxr3.c,v 1.1.2.3 2005/03/21 20:01:42 scop Exp $
+* $Id: dxr3.c,v 1.1.2.4 2005/03/23 18:21:32 scop Exp $
*/
@@ -88,11 +88,11 @@ cMenuSetupDxr3::cMenuSetupDxr3(void)
// save menu values
void cMenuSetupDxr3::Store(void)
{
- SetupStore("UseDigitalOut", cDxr3ConfigData::Instance().SetUseDigitalOut(newUseDigitalOut));
- SetupStore("Dxr3Card", cDxr3ConfigData::Instance().SetDxr3Card(newDxr3Card));
- SetupStore("Dxr3VideoMode", cDxr3ConfigData::Instance().SetVideoMode((eVideoMode) newVideoMode));
- SetupStore("Dxr3Debug", cDxr3ConfigData::Instance().SetDebug(newDebug));
- SetupStore("Dxr3DebugLevel", cDxr3ConfigData::Instance().SetDebugLevel(newDebugLevel));
+ SetupStore("UseDigitalOut", cDxr3ConfigData::Instance().SetUseDigitalOut(newUseDigitalOut));
+ SetupStore("Dxr3Card", cDxr3ConfigData::Instance().SetDxr3Card(newDxr3Card));
+ SetupStore("Dxr3VideoMode", cDxr3ConfigData::Instance().SetVideoMode((eVideoMode) newVideoMode));
+ SetupStore("Dxr3Debug", cDxr3ConfigData::Instance().SetDebug(newDebug));
+ SetupStore("Dxr3DebugLevel", cDxr3ConfigData::Instance().SetDebugLevel(newDebugLevel));
}
// ==================================