Join lines copied to the clipboard with newlines rather than nothing

This commit is contained in:
Thomas Goyne 2012-12-10 14:03:03 -08:00
parent fb3500b354
commit f28f6ad5b3

View file

@ -475,7 +475,7 @@ static void copy_lines(agi::Context *c) {
| agi::of_type<AssDialogue>()
| filtered([&](AssDialogue *d) { return sel.count(d); })
| transformed(get_entry_data),
wxS("")));
wxS("\r\n")));
}
static void delete_lines(agi::Context *c, wxString const& commit_message) {