[openrtm-commit:01383] r138 - branches/newCMakeForVC2010/ImageProcessing/opencv/components/Affine/src

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 3月 19日 (水) 16:02:46 JST


Author: kawauchi
Date: 2014-03-19 16:02:46 +0900 (Wed, 19 Mar 2014)
New Revision: 138

Modified:
   branches/newCMakeForVC2010/ImageProcessing/opencv/components/Affine/src/Affine.cpp
Log:
Affine : Changed message to English. (with utf-8) refs #2704

Modified: branches/newCMakeForVC2010/ImageProcessing/opencv/components/Affine/src/Affine.cpp
===================================================================
--- branches/newCMakeForVC2010/ImageProcessing/opencv/components/Affine/src/Affine.cpp	2014-03-19 06:18:50 UTC (rev 137)
+++ branches/newCMakeForVC2010/ImageProcessing/opencv/components/Affine/src/Affine.cpp	2014-03-19 07:02:46 UTC (rev 138)
@@ -214,7 +214,7 @@
       cvmSet(m_affineMatrix, 1, 2, m_ve2dbMatrix[1][2]);            
     }else
     {
-      cout<<"コンフィグレーション情報が正しくありません。"<<endl;
+      cout<<"Incorrect configuration information."<<endl;
 
       return RTC::RTC_ERROR;
     }



More information about the openrtm-commit mailing list