[uim-commit] r2476 - branches/1.0/qt

ekato at freedesktop.org ekato at freedesktop.org
Thu Dec 8 21:32:01 PST 2005


Author: ekato
Date: 2005-12-08 21:31:55 -0800 (Thu, 08 Dec 2005)
New Revision: 2476

Modified:
   branches/1.0/qt/pref-qt.cpp
Log:
* qt/pref-qt.cpp (UimPrefDialog::checkDotUimFile) : Port r2475
  from turnk.


Modified: branches/1.0/qt/pref-qt.cpp
===================================================================
--- branches/1.0/qt/pref-qt.cpp	2005-12-09 05:30:44 UTC (rev 2475)
+++ branches/1.0/qt/pref-qt.cpp	2005-12-09 05:31:55 UTC (rev 2476)
@@ -103,7 +103,7 @@
     QString dotUim = homeDir + "/.uim";
     if( QFile::exists( dotUim ) )
     {
-        QString msg = N_("The user customize file \"~/.uim\" is found.\n"
+        QString msg = _("The user customize file \"~/.uim\" is found.\n"
                          "This file will override all conflicted settings set by\n"
                          "this tool (stored in ~/.uim.d/customs/*.scm).\n"
                          "Please check the file if you find your settings aren't applied.");



More information about the uim-commit mailing list