[uim-commit] r2477 - branches/1.0/qt
ekato at freedesktop.org
ekato at freedesktop.org
Thu Dec 8 21:43:28 PST 2005
Author: ekato
Date: 2005-12-08 21:43:24 -0800 (Thu, 08 Dec 2005)
New Revision: 2477
Modified:
branches/1.0/qt/pref-qt.cpp
Log:
* qt/pref-qt.cpp (UimPrefDialog::checkDotUimFile) : Oops, previous
commit was bogous. Port r2475 from trunk properly this time.
Modified: branches/1.0/qt/pref-qt.cpp
===================================================================
--- branches/1.0/qt/pref-qt.cpp 2005-12-09 05:31:55 UTC (rev 2476)
+++ branches/1.0/qt/pref-qt.cpp 2005-12-09 05:43:24 UTC (rev 2477)
@@ -104,9 +104,9 @@
if( QFile::exists( dotUim ) )
{
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.");
+ "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