Issue 2042: added language support

This commit is contained in:
torger
2013-11-19 12:54:54 +01:00
parent 484fea27b3
commit 3e877ac05c
2 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
#include <iostream>
#include "rawimagesource.h"
#include "../rtgui/ppversion.h"
#include "../rtgui/multilangmgr.h"
//#include "mytime.h"
#undef THREAD_PRIORITY_NORMAL
@@ -682,7 +683,7 @@ void batchProcessingThread (ProcessingJob* job, BatchProcessingListener* bpl, bo
int errorCode;
IImage16* img = processImage (currentJob, errorCode, bpl, tunnelMetaData);
if (errorCode) {
bpl->error ("Can not load input image.");
bpl->error (M("MAIN_MSG_CANNOTLOAD"));
currentJob = NULL;
} else {
try {