summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-19 13:49:22 +0000
committerpixel <pixel>2003-03-19 13:49:22 +0000
commitab910aaa8c5e6afc05d0a2e17022565d1de92f67 (patch)
treeab3553c90f78d804c1a4735f19019df63f583ff9
parentb9dca6ae1b5b0dabd7800f077b354edd3475190b (diff)
Oops... ok, gettext doesn't suck. I do.
-rw-r--r--include/gettext.h5
-rw-r--r--lib/Exceptions.cc4
-rw-r--r--po/fr.po2
3 files changed, 3 insertions, 8 deletions
diff --git a/include/gettext.h b/include/gettext.h
index a08a4bd..248bf2e 100644
--- a/include/gettext.h
+++ b/include/gettext.h
@@ -66,12 +66,7 @@
initializer for static 'char[]' or 'const char[]' variables. */
#define gettext_noop(String) String
-/*
#define _(Text) dgettext ("Baltisot", Text)
#define N_(Text) Text
-*/
-
-#define _(Text) Text
-#define N_(Text) Text
#endif /* _LIBGETTEXT_H */
diff --git a/lib/Exceptions.cc b/lib/Exceptions.cc
index 9ffa572..7a068aa 100644
--- a/lib/Exceptions.cc
+++ b/lib/Exceptions.cc
@@ -103,7 +103,7 @@ void * xmalloc(size_t s) throw (GeneralException) {
throw MemoryException(s);
}
#ifdef DEBUG
- Base::printm(M_BARE, String(_("Allocating %i bytes of memory, got it at %p\n")), s, r);
+// Base::printm(M_BARE, String(_("Allocating %i bytes of memory, got it at %p\n")), s, r);
#endif
memset(r, 0, s);
@@ -135,7 +135,7 @@ void xfree(void *& p) {
void xfree(char *& p) {
#ifdef DEBUG
- Base::printm(M_BARE, String(_("Freeing pointer at %p\n")), p);
+// Base::printm(M_BARE, String(_("Freeing pointer at %p\n")), p);
#endif
if (p) {
::free(p);
diff --git a/po/fr.po b/po/fr.po
index c967675..2e83679 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Baltisot 1.0.0\n"
-"POT-Creation-Date: 2003-03-18 17:42+0100\n"
+"POT-Creation-Date: 2003-03-19 13:40+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"