Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Commit

Permalink
Added a label to show you which category you're currently looking at.
Browse files Browse the repository at this point in the history
  • Loading branch information
minter committed Oct 25, 2001
1 parent 0d3f438 commit 2d23b59
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions mrvoice.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# http://www.greatamericancomedy.com/
# CVS INFORMATION:
# LAST COMMIT BY AUTHOR: $Author: minter $
# LAST COMMIT DATE (GMT): $Date: 2001/10/24 23:57:01 $
# CVS REVISION NUMBER: $Revision: 1.62 $
# LAST COMMIT DATE (GMT): $Date: 2001/10/25 14:56:57 $
# CVS REVISION NUMBER: $Revision: 1.63 $
# CHANGELOG:
# See ChangeLog file
# CREDITS:
Expand Down Expand Up @@ -1227,13 +1227,23 @@ sub Hotkey_Drop {
-variable=>\$category);
}
$sth->finish;
$searchframe->Label(-text=>"where extra info contains ")->pack(-side=>'left',
-anchor=>'n');
$searchframe->Entry(-textvariable=>\$cattext)->pack(-side=>'left',
-anchor=>'n');
$searchframe->Label(-text=>"Currently Selected: ")->pack(-side=>'left',
-anchor=>'n');
$searchframe->Label(-textvariable=>\$category)->pack(-side=>'left',
-anchor=>'n');
#
######

#####
# Extra Info
$searchframe1=$mw->Frame()->pack(-side=>'top',
-fill=>'x',
-anchor=>'n');
$searchframe1->Label(-text=>"where extra info contains ")->pack(-side=>'left',
-anchor=>'n');
$searchframe1->Entry(-textvariable=>\$cattext)->pack(-side=>'left',
-anchor=>'n');

#####
# Artist
$searchframe2=$mw->Frame()->pack(-side=>'top',
Expand Down

0 comments on commit 2d23b59

Please sign in to comment.