From a6552239cc006aa29e144693d3438097dc72b9d7 Mon Sep 17 00:00:00 2001
From: oes <oes@users.sourceforge.net>
Date: Fri, 8 Mar 2002 16:49:18 +0000
Subject: [PATCH] Added FEATURE_NO_GIFS

---
 templates/show-status | 5 +++++
 1 file changed, 5 insertions(+)

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>
-- 
2.49.0