Fixed objective dialog not recognizing markup.

This commit is contained in:
Guillaume Melquiond 2009-07-02 21:03:39 +00:00
parent fcc89cada2
commit ea434642b0

View file

@ -238,7 +238,7 @@ void show_objectives(game_display& disp, const config& level, const std::string&
gui2::show_transient_message(disp.video(),
name + (campaign_name.empty() ? "" : "<small> - " + campaign_name + "</small>"),
(objectives.empty() ? no_objectives : objectives),
gui2::tcontrol::PANGO_MARKUP);
gui2::tcontrol::PANGO_MARKUP, gui2::tcontrol::PANGO_MARKUP);
}
namespace {