ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra/MapWidget.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra/MapWidget.pm (file contents):
Revision 1.37 by root, Thu Jun 21 00:07:55 2007 UTC vs.
Revision 1.38 by elmex, Sun Jun 24 08:15:15 2007 UTC

277 } 277 }
278 } 278 }
279 } 279 }
280 $text .= "</small>"; 280 $text .= "</small>";
281 } else { 281 } else {
282 $text .= "\n<unknown archetype>"; 282 $text .= Glib::Markup::escape_text ("\n<unknown archetype>");
283 } 283 }
284 284
285 $hbox->pack_start (my $label = new Gtk2::Label, 1, 1, 0); 285 $hbox->pack_start (my $label = new Gtk2::Label, 1, 1, 0);
286 $label->set_markup ($text); 286 $label->set_markup ($text);
287 $label->set_alignment (0, 0.5); 287 $label->set_alignment (0, 0.5);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines