From: oes <oes@users.sourceforge.net>
Date: Fri, 8 Mar 2002 16:49:18 +0000 (+0000)
Subject: Added FEATURE_NO_GIFS
X-Git-Tag: v_2_9_12~99
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@toggle?a=commitdiff_plain;h=a6552239cc006aa29e144693d3438097dc72b9d7;p=privoxy.git

Added FEATURE_NO_GIFS
---

diff --git a/templates/show-status b/templates/show-status
index b6e45855..671cc748 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -250,6 +250,11 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists</a>.
              <td>@if-FEATURE_KILL_POPUPS-then@ Yes @else-not-FEATURE_KILL_POPUPS@ No @endif-FEATURE_KILL_POPUPS@</td>
              <td>Allows the +no-popups action, to block JavaScript popups.</td>
           </tr>
+          <tr>
+             <td><code>FEATURE_NO_GIFS</code></td>
+             <td>@if-FEATURE_NO_GIFS-then@ Yes @else-not-FEATURE_NO_GIFS@ No @endif-FEATURE_NO_GIFS@</td>
+             <td>Use PNG instead of GIF for the built-in images.</td>
+          </tr>
           <tr>
              <td><code>FEATURE_PTHREAD</code></td>
              <td>@if-FEATURE_PTHREAD-then@ Yes @else-not-FEATURE_PTHREAD@ No @endif-FEATURE_PTHREAD@</td>