Author: mordante
Date: Sun May 24 15:49:55 2009
New Revision: 35879
URL: http://svn.gna.org/viewcvs/wesnoth?rev=35879&view=rev
Log:
Fix the markup in the objectives.
Modified:
trunk/src/dialogs.cpp
Modified: trunk/src/dialogs.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/dialogs.cpp?rev=35879&r1=35878&r2=35879&view=diff
==============================================================================
--- trunk/src/dialogs.cpp (original)
+++ trunk/src/dialogs.cpp Sun May 24 15:49:55 2009
@@ -238,8 +238,8 @@
/** @todo We can now allow pango markup for the objectives if wanted. */
gui2::show_transient_message(disp.video(), "", "*~" + name +
(campaign_name.empty() ? "\n" : " - " + campaign_name +
"\n") +
- (objectives.empty() ? no_objectives : objectives)
- );
+ (objectives.empty() ? no_objectives : objectives),
+ gui2::tcontrol::WML_MARKUP);
}
namespace {
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits