summaryrefslogtreecommitdiff
path: root/bin/bp.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-30 21:23:36 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-30 21:23:36 +0000
commite529056debdd88c339456b6494af98afc631052e (patch)
tree7ad7bb090d92b573f4904a9d0ef339d333f95e48 /bin/bp.pl
parentfa70a50e49bc1cf2e02332f9a2f7ca399b316f40 (diff)
Button update
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@397 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/bp.pl')
-rwxr-xr-xbin/bp.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/bp.pl b/bin/bp.pl
index 04b6ba78..337b7c5a 100755
--- a/bin/bp.pl
+++ b/bin/bp.pl
@@ -510,9 +510,9 @@ sub list_spool {
# type=submit $locale->text('Print')
# type=submit $locale->text('Remove')
- %button = ('Select all' => { ndx => 2, key => 'A', value => $locale->text('Select all') },
- 'Print' => { ndx => 3, key => 'P', value => $locale->text('Print') },
- 'Remove' => { ndx => 4, key => 'R', value => $locale->text('Remove') },
+ %button = ('select_all' => { ndx => 2, key => 'A', value => $locale->text('Select all') },
+ 'print' => { ndx => 3, key => 'P', value => $locale->text('Print') },
+ 'remove' => { ndx => 4, key => 'R', value => $locale->text('Remove') },
);
for (sort { $button{$a}->{ndx} <=> $button{$b}->{ndx} } keys %button) { $form->print_button(\%button, $_) }