aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-20 20:07:00 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-20 20:07:00 +0000
commitc03f2aadc6da189eb0ca078f292e7c59e1b3d5ed (patch)
tree790bc25d64b7de8b7130f363bb6322232c6dd625 /Config.h
parenta17e4e84ec6dc6f75830fb23e51ef7702f6b2031 (diff)
downloadbusybox-w32-c03f2aadc6da189eb0ca078f292e7c59e1b3d5ed.tar.gz
busybox-w32-c03f2aadc6da189eb0ca078f292e7c59e1b3d5ed.tar.bz2
busybox-w32-c03f2aadc6da189eb0ca078f292e7c59e1b3d5ed.zip
Clarify the statusbar config option so it states which applet it applies to.
git-svn-id: svn://busybox.net/trunk/busybox@1626 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index 53e6e9e9b..a2a2366a3 100644
--- a/Config.h
+++ b/Config.h
@@ -283,7 +283,7 @@
283// #define BB_FEATURE_INSTALLER 283// #define BB_FEATURE_INSTALLER
284// 284//
285// Enable a nifty progress meter in wget (adds just under 2k) 285// Enable a nifty progress meter in wget (adds just under 2k)
286#define BB_FEATURE_STATUSBAR 286#define BB_FEATURE_WGET_STATUSBAR
287// 287//
288// Clean up all memory before exiting -- usually not needed 288// Clean up all memory before exiting -- usually not needed
289// as the OS can clean up... Don't enable this unless you 289// as the OS can clean up... Don't enable this unless you