--- deliantra/Deliantra-Client/bin/cfplus 2006/06/21 12:59:23 1.77 +++ deliantra/Deliantra-Client/bin/cfplus 2006/06/23 20:28:20 1.78 @@ -751,7 +751,7 @@ font => $FONT_FIXED, can_hover => 1, can_events => 1, - image => "ui/resist/resist_$_.png", + path => "ui/resist/resist_$_.png", tooltip => $resist_names{$_}, ); @@ -1437,9 +1437,9 @@ value => undef, options => [ [intro => "Introduction"], - [manual => "Manual"], - [skill_help => "Skills"], - [command_help => "Commands"], + [manual => "Main Manual"], + [skill_help => "Skill Reference"], + [command_help => "Command Reference"], [dmcommand_help => "DM Commands"], [COPYING => "License Terms"], ], @@ -1450,11 +1450,16 @@ doc_viewer => 1, sub { CFClient::pod_to_pango_list $_[0] }; $viewer->clear; + +# $viewer->add_paragraph ([1, 1, 1, 1], ["Test\n\n \x{fffc}\n", +# (new CFClient::UI::Image path => "x.png"), +# ]);#d# $viewer->add_paragraph ([1, 1, 1, 1], $_->[1], $_->[0]) for @$pom; $viewer->set_offset (0); + 0 }, on_visibility_change => sub {