Follow-up Comment #3, bug #19665 (project wesnoth):
I agree about variable, but just decided to post the easiest variant as
example, that i see how to do.
And yes, bad citing - just I didn't know about tags on this tracker, and it
turned underline characters to italic formatting. I don't see preview and edit
buttons here, so it's not easy for me to make good post from first attempt :)
*hotkeys.cpp*
Current code:
std::string name = map_screenshot ? _("Map-Screenshot") : _("Screenshot");
std::string filename = get_screenshot_dir() + "/" + name + "_";
Proposed code:
std::string name = map_screenshot ? _("Map-Screenshot_") : _("Screenshot_");
std::string filename = get_screenshot_dir() + "/" + name;
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?19665>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs