Interface strings and keys revised

Includes updated Portuguese translation
This commit is contained in:
Morgan Hardwood
2018-07-26 14:46:53 +02:00
parent 092159d752
commit 4aaf28760a
33 changed files with 749 additions and 636 deletions

View File

@@ -26,7 +26,7 @@ using namespace rtengine::procparams;
Resize::Resize () : FoldableToolPanel(this, "resize", M("TP_RESIZE_LABEL"), false, true), maxw(100000), maxh(100000)
{
auto m = ProcEventMapper::getInstance();
EvResizeAllowUpscaling = m->newEvent(RESIZE, "HISTORY_MSG_RESIZE_ALLOW_UPSCALING");
EvResizeAllowUpscaling = m->newEvent(RESIZE, "HISTORY_MSG_RESIZE_ALLOWUPSCALING");
cropw = 0;
croph = 0;