diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-13 17:16:34 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-13 17:16:34 +0000 |
commit | f2cc5ce11878176e3fe9d2bd723ca483ffebbbfc (patch) | |
tree | 099ccad25283ced44792e3385b376bf2852b5e02 /bin/bp.pl | |
parent | ef50db090dc34710f475d10f7caf9178761457c8 (diff) |
$form->{menubar} is now deprecated, replaced with $form->{lynx} which will be used for all lynx related things
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@212 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/bp.pl')
-rwxr-xr-x | bin/bp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -519,7 +519,7 @@ sub list_spool { } - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } |