mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 23:30:18 +00:00
Remove the no longer required translation
...marker and avoid sending a c_str() to a function which expects a std::string.
This commit is contained in:
parent
3a9daf8071
commit
2cb6058ac4
@ -163,7 +163,7 @@ static void draw_tip_of_day(game_display& screen, config& tips_of_day, int* ntip
|
||||
tip_of_day = font::word_wrap_text(tip_of_day,font::SIZE_NORMAL,
|
||||
(game_config::title_tip_width*screen.w())/1024);
|
||||
|
||||
const std::string& tome = font::word_wrap_text(_(game_config::tome_title.c_str()),
|
||||
const std::string& tome = font::word_wrap_text(game_config::tome_title,
|
||||
font::SIZE_NORMAL,
|
||||
(game_config::title_tip_width*screen.w())/1024);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user