16 #define GETTEXT_DOMAIN "wesnoth-lib"
32 const std::vector<std::
string>& mods,
33 const std::
string& requester)
37 symbols[
"requester"] = requester;
40 message =
VGETTEXT(
"$requester requires the following modifications to "
44 message =
VGETTEXT(
"$requester requires the following modifications to "
49 std::string list =
"\t";
52 register_label(
"message",
false,
message);
54 register_label(
"itemlist",
false, list);
Asks the user to confirm a change required to proceed.
Main class to show messages to the user.
Abstract base class for all modal dialogs.
#define REGISTER_DIALOG(window_id)
Wrapper for REGISTER_DIALOG2.
std::string join(const T &v, const std::string &s=",")
Generates a new string joining container items in a list.
std::map< std::string, t_string > string_map
This file contains the settings handling of the widget library.