diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-20 20:07:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-20 20:07:00 +0000 |
commit | 370fb08e799111e40456990bb088819cbd80b492 (patch) | |
tree | 790bc25d64b7de8b7130f363bb6322232c6dd625 /Config.h | |
parent | 609268030562d76f14fa385afaa831f042109c48 (diff) | |
download | busybox-w32-370fb08e799111e40456990bb088819cbd80b492.tar.gz busybox-w32-370fb08e799111e40456990bb088819cbd80b492.tar.bz2 busybox-w32-370fb08e799111e40456990bb088819cbd80b492.zip |
Clarify the statusbar config option so it states which applet it applies to.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |