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

Commit

Permalink
Fix display of time in hotkey.
Browse files Browse the repository at this point in the history
  • Loading branch information
minter committed Apr 18, 2006
1 parent 6200a62 commit 8a11386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrvoice.pl
Expand Up @@ -5325,7 +5325,7 @@ sub Hotkey_Drop
my $time = get_info_from_id($id)->{time};
$fkeys{$fkey_var}->{id} = $id;
$fkeys{$fkey_var}->{filename} = $filename;
$fkeys{$fkey_var}->{title} = "$title $time";
$fkeys{$fkey_var}->{title} = "$title [$time]";
}

sub Tank_Drop
Expand Down

0 comments on commit 8a11386

Please sign in to comment.