eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot dic/encoding.cpp po/fr.po [eliot_1-10_branch]


From: Olivier Teulière
Subject: [Eliot-dev] eliot dic/encoding.cpp po/fr.po [eliot_1-10_branch]
Date: Wed, 14 Oct 2009 19:47:08 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Branch:         eliot_1-10_branch
Changes by:     Olivier Teulière <ipkiss>       09/10/14 19:47:08

Modified files:
        dic            : encoding.cpp 
        po             : fr.po 

Log message:
        Backport of the latest fixes to the 1.10 branch

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/dic/encoding.cpp?cvsroot=eliot&only_with_tag=eliot_1-10_branch&r1=1.9&r2=1.9.2.1
http://cvs.savannah.gnu.org/viewcvs/eliot/po/fr.po?cvsroot=eliot&only_with_tag=eliot_1-10_branch&r1=1.32&r2=1.32.2.1

Patches:
Index: dic/encoding.cpp
===================================================================
RCS file: /cvsroot/eliot/eliot/dic/encoding.cpp,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -b -r1.9 -r1.9.2.1
--- dic/encoding.cpp    28 Jun 2009 10:55:24 -0000      1.9
+++ dic/encoding.cpp    14 Oct 2009 19:47:07 -0000      1.9.2.1
@@ -111,6 +111,8 @@
 wstring convertToWc(const string& iStr)
 {
 #ifdef WIN32
+    if (iStr.empty())
+        return L"";
     // XXX: Assume the input is in UTF-8
     return readFromUTF8(iStr.c_str(), iStr.size(), "convertToWc");
 #else

Index: po/fr.po
===================================================================
RCS file: /cvsroot/eliot/eliot/po/fr.po,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -b -r1.32 -r1.32.2.1
--- po/fr.po    26 Sep 2009 09:16:03 -0000      1.32
+++ po/fr.po    14 Oct 2009 19:47:08 -0000      1.32.2.1
@@ -671,7 +671,7 @@
 "Vous devez choisir un dictionnaire (fichier .dawg) avant de démarrer une "
 "partie. Cela peut se faire à partir du menu \"Paramètres\".\n"
 "\n"
-"Vous pouvez télécharger des fichiers de dictionnaire sur le site zeb 
d'eliot."
+"Vous pouvez télécharger des fichiers de dictionnaire sur le site web 
d'eliot."
 
 #: qt/main_window.cpp:491
 msgid "Game started"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]