Revision: 6834
Author: nogu.dev
Date: Sat Dec 18 02:24:59 2010
Log: * Merge r6833 from trunk.
http://code.google.com/p/uim/source/detail?r=6834
Modified:
/branches/1.6/qt4/toolbar/common-quimhelpertoolbar.cpp
=======================================
--- /branches/1.6/qt4/toolbar/common-quimhelpertoolbar.cpp Sun Jul 25
15:24:28 2010
+++ /branches/1.6/qt4/toolbar/common-quimhelpertoolbar.cpp Sat Dec 18
02:24:59 2010
@@ -53,7 +53,7 @@
{
if ( !command.isEmpty() && !QProcess::startDetached( command ) ) {
QMessageBox::warning( 0, "uim",
- _( "Cannot launch '%1'." ).arg( command ) );
+ mygettext( "Cannot launch '%1'." ).arg( command ) );
}
}