Revision: 7453 Author: ek.kato Date: Mon Feb 13 17:00:22 2012 Log: * Merge r7451 from trunk.
http://code.google.com/p/uim/source/detail?r=7453 Modified: /branches/1.7/qt4/immodule/plugin.cpp ======================================= --- /branches/1.7/qt4/immodule/plugin.cpp Wed Jan 11 00:24:17 2012 +++ /branches/1.7/qt4/immodule/plugin.cpp Mon Feb 13 17:00:22 2012 @@ -78,7 +78,7 @@ else #endif if ( key == "uim" ) - imname = uim_get_default_im_name( setlocale( LC_ALL, 0 ) ); + imname = uim_get_default_im_name( setlocale( LC_CTYPE, 0 ) ); QUimInputContext *uic = new QUimInputContext( imname.toUtf8().data() );
