Revision: 6833
Author: nogu.dev
Date: Fri Dec 17 17:44:22 2010
Log: * qt4/toolbar/common-quimhelpertoolbar.cpp
  - (launchHelperApplication): Use mygettext() instead of _()
    to avoid compile error when NLS is disabled with `--disable-nls'.
http://code.google.com/p/uim/source/detail?r=6833

Modified:
 /trunk/qt4/toolbar/common-quimhelpertoolbar.cpp

=======================================
--- /trunk/qt4/toolbar/common-quimhelpertoolbar.cpp     Sun Jul 25 15:24:28 2010
+++ /trunk/qt4/toolbar/common-quimhelpertoolbar.cpp     Fri Dec 17 17:44:22 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 ) );
     }
 }

Reply via email to