fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / tinygettext / tinygettext.hpp
index d087901..fe0dff0 100644 (file)
@@ -1,7 +1,7 @@
 //  $Id$
-// 
-//  TinyGetText - A small flexible gettext() replacement
-//  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
+//
+//  SuperTux
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 //  GNU General Public License for more details.
-// 
+//
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
 #ifndef HEADER_TINYGETTEXT_H
 #define HEADER_TINYGETTEXT_H
 
@@ -80,7 +81,7 @@ public:
   std::string translate(const std::string& msgid);
   /** Translate the string \a msgid. */
   const char* translate(const char* msgid);
-    
+
   /** Add a translation from \a msgid to \a msgstr to the dictionary,
       where \a msgid is the singular form of the message, msgid2 the
       plural form and msgstrs a table of translations. The right
@@ -136,7 +137,7 @@ public:
 
   /** Add a directory to the search path for dictionaries */
   void add_directory(const std::string& pathname);
-  
+
   /** Return a set of the available languages in their country code */
   std::set<std::string> get_languages();