From 0ec98e6a6f081ce1e302888bd814d0991d819177 Mon Sep 17 00:00:00 2001 From: stan <stan@e3e1d417-86f3-4887-817a-d78f3d33393f> Date: Tue, 27 Apr 2004 11:23:01 +0000 Subject: [PATCH] Fixed mislabelling of bandwidth specific default scales and rates. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1032 e3e1d417-86f3-4887-817a-d78f3d33393f --- zmconfig.pl.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zmconfig.pl.in b/zmconfig.pl.in index ed191d54b..9c5e784bc 100755 --- a/zmconfig.pl.in +++ b/zmconfig.pl.in @@ -970,7 +970,7 @@ my @options = category => 'highband', }, { - name => "ZM_H_WEB_DEFAULT_SCALE", + name => "ZM_WEB_H_DEFAULT_SCALE", default => "100", description => "What the default scaling factor applied to 'live' or 'event' views is (%)", help => "Normally ZoneMinder will display 'live' or 'event' streams in their native size. However if you have monitors with large dimensions or a slow link you may prefer to reduce this size, alternatively for small monitors you can enlarge it. This options lets you specify what the default scaling factor will be. It is expressed as a percentage so 100 is normal size, 200 is double size etc.", @@ -978,7 +978,7 @@ my @options = category => 'highband', }, { - name => "ZM_H_WEB_DEFAULT_RATE", + name => "ZM_WEB_H_DEFAULT_RATE", default => "100", description => "What the default replay rate factor applied to 'event' views is (%)", help => "Normally ZoneMinder will display 'event' streams at their native rate, i.e. as close to real-time as possible. However if you have long events it is often convenient to replay them at a faster rate for review. This option lets you specify what the default replay rate will be. It is expressed as a percentage so 100 is normal rate, 200 is double speed etc.", @@ -1052,7 +1052,7 @@ my @options = category => 'medband', }, { - name => "ZM_M_WEB_DEFAULT_SCALE", + name => "ZM_WEB_M_DEFAULT_SCALE", default => "100", description => "What the default scaling factor applied to 'live' or 'event' views is (%)", help => "Normally ZoneMinder will display 'live' or 'event' streams in their native size. However if you have monitors with large dimensions or a slow link you may prefer to reduce this size, alternatively for small monitors you can enlarge it. This options lets you specify what the default scaling factor will be. It is expressed as a percentage so 100 is normal size, 200 is double size etc.", @@ -1060,7 +1060,7 @@ my @options = category => 'medband', }, { - name => "ZM_M_WEB_DEFAULT_RATE", + name => "ZM_WEB_M_DEFAULT_RATE", default => "100", description => "What the default replay rate factor applied to 'event' views is (%)", help => "Normally ZoneMinder will display 'event' streams at their native rate, i.e. as close to real-time as possible. However if you have long events it is often convenient to replay them at a faster rate for review. This option lets you specify what the default replay rate will be. It is expressed as a percentage so 100 is normal rate, 200 is double speed etc.", @@ -1134,7 +1134,7 @@ my @options = category => 'lowband', }, { - name => "ZM_L_WEB_DEFAULT_SCALE", + name => "ZM_WEB_L_DEFAULT_SCALE", default => "100", description => "What the default scaling factor applied to 'live' or 'event' views is (%)", help => "Normally ZoneMinder will display 'live' or 'event' streams in their native size. However if you have monitors with large dimensions or a slow link you may prefer to reduce this size, alternatively for small monitors you can enlarge it. This options lets you specify what the default scaling factor will be. It is expressed as a percentage so 100 is normal size, 200 is double size etc.", @@ -1142,7 +1142,7 @@ my @options = category => 'lowband', }, { - name => "ZM_L_WEB_DEFAULT_RATE", + name => "ZM_WEB_L_DEFAULT_RATE", default => "100", description => "What the default replay rate factor applied to 'event' views is (%)", help => "Normally ZoneMinder will display 'event' streams at their native rate, i.e. as close to real-time as possible. However if you have long events it is often convenient to replay them at a faster rate for review. This option lets you specify what the default replay rate will be. It is expressed as a percentage so 100 is normal rate, 200 is double speed etc.",