termcol: rename scumm preset to dosbox
[sheet.git] / vimperator.plp
index cd165a8b92ef9e8efc9e613c72839ccb3075496d..624f4129f034a75d15e0c0e677727f8f8a3ca82e 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'vimperator cheat sheet',
-       version => '1.2',
+       version => '1.3',
        description => [
                "Interactive cheat sheet for the Vimperator (or Pentadactyl)",
                "Firefox extension, describing the function of each key.",
@@ -22,7 +22,7 @@ Html({
 
 <:
 use Shiar_Sheet::Keyboard 2.07;
-my $info = do 'vimperator.eng.inc.pl' or die $@;
+my $info = Data('vimperator.eng');
 my $keys = Shiar_Sheet::Keyboard->new($info);
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows});