]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/console_thread.h
Change old get_Jobxxx to getJobxxx
[bacula/bacula] / bacula / src / wx-console / console_thread.h
index 10a9875190ec506955432e7bf65c2070a9f3d2f4..35bcf0366d952cdc6035a3226572d46f8ccad8ba 100644 (file)
@@ -15,8 +15,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -28,7 +28,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 #ifndef CONSOLE_THREAD_H
 #define CONSOLE_THREAD_H
 
+#ifndef ENABLE_NLS
+#undef setlocale
+#undef textdomain
+#undef bindtextdomain
+#endif
+
+
 #include <wx/wxprec.h>
 
 #include <wx/string.h>