[uim-commit] r2475 - trunk/qt
ekato at freedesktop.org
ekato at freedesktop.org
Thu Dec 8 21:30:48 PST 2005
Author: ekato
Date: 2005-12-08 21:30:44 -0800 (Thu, 08 Dec 2005)
New Revision: 2475
Modified:
trunk/qt/pref-qt.cpp
Log:
* qt/pref-qt.cpp (UimPrefDialog::checkDotUimFile) : Use gettext
properly.
Modified: trunk/qt/pref-qt.cpp
===================================================================
--- trunk/qt/pref-qt.cpp 2005-12-09 05:14:57 UTC (rev 2474)
+++ trunk/qt/pref-qt.cpp 2005-12-09 05:30:44 UTC (rev 2475)
@@ -103,10 +103,10 @@
QString dotUim = homeDir + "/.uim";
if( QFile::exists( dotUim ) )
{
- QString msg = N_("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.");
+ 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.");
QConfirmDialog *d = new QConfirmDialog( msg,
"/uim/qt/warnDotUim",
this );
More information about the uim-commit
mailing list