diff options
author | Pixel <Pixel> | 2001-11-10 13:53:05 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-10 13:53:05 +0000 |
commit | bd90929528a8f8c673483fd65bf54c4bace915ec (patch) | |
tree | d2df0a58da562149aea50fed39a525e3274e1f30 | |
parent | 9a519bf4ce12a32899d449a346eb0f24fd0e1092 (diff) |
Plop
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | lib/TaskMan.cc | 2 | ||||
-rw-r--r-- | po/fr.po | 8 |
3 files changed, 8 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index e32c61b..c2fbeff 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = rfc1866.txt rfc2616.txt rfc2812.txt +EXTRA_DIST = rfc1866.txt rfc2616.txt rfc2812.txt messages diff --git a/lib/TaskMan.cc b/lib/TaskMan.cc index 98a3e36..9efe890 100644 --- a/lib/TaskMan.cc +++ b/lib/TaskMan.cc @@ -1,6 +1,6 @@ #include <TaskMan.h> -TaskMan::Inited = 0; +int TaskMan::Inited = 0; TaskMan::TaskMan() { } @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Baltisot 1.0.0\n" -"POT-Creation-Date: 2001-11-05 22:44+0100\n" +"POT-Creation-Date: 2001-11-10 14:48+0100\n" "PO-Revision-Date: 2001-10-29 08:26GMT\n" "Last-Translator: Nicolas Noble <nicolas@nobis-crew.org>\n" "Language-Team: French <fr@li.org>\n" @@ -36,7 +36,11 @@ msgstr "lisant" msgid "No more bytes for reading or writing." msgstr "" -#: lib/Handle.cc:156 +#: lib/Exceptions.cc:41 +msgid "Switching task in a non-tasked environnement" +msgstr "" + +#: lib/Handle.cc:153 msgid "Bare Handle - should not happend" msgstr "" |