f
This commit is contained in:
parent
75be3f0c29
commit
d4a07b0148
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ void undo_list::redo()
|
|||
temp.swap(redos_);
|
||||
synced_context::run(commandname, data, /*use_undo*/ true, /*show*/ true, error_handler);
|
||||
if(!resources::recorder->at_end()) {
|
||||
error_handler(_"Unhandled choices while redoing");
|
||||
error_handler(_("Unhandled choices while redoing"));
|
||||
resources::recorder->set_to_end();
|
||||
}
|
||||
temp.swap(redos_);
|
||||
|
|
Loading…
Add table
Reference in a new issue