pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap level_dot.cxx,1.22,1.23 mana


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap level_dot.cxx,1.22,1.23 manager.cxx,1.37,1.38 worldmap.cxx,1.46,1.47
Date: 24 Apr 2003 15:18:22 -0000

Update of /var/lib/cvs/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv15590/worldmap

Modified Files:
        level_dot.cxx manager.cxx worldmap.cxx 
Log Message:
- added win32 gettext fixes
- replaced my_gettext.hxx by gettext.h

Index: level_dot.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/level_dot.cxx,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- level_dot.cxx       19 Apr 2003 10:23:19 -0000      1.22
+++ level_dot.cxx       24 Apr 2003 15:18:19 -0000      1.23
@@ -21,7 +21,7 @@
 #include <math.h>
 #include "../input/controller.hxx"
 #include "../input/pointer.hxx"
-#include "../my_gettext.hxx"
+#include "../gettext.h"
 #include "../globals.hxx"
 #include "../system.hxx"
 #include "../fonts.hxx"

Index: manager.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/manager.cxx,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- manager.cxx 19 Apr 2003 10:23:19 -0000      1.37
+++ manager.cxx 24 Apr 2003 15:18:19 -0000      1.38
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../my_gettext.hxx"
+#include "../gettext.h"
 #include "../fonts.hxx"
 #include "../gui/screen_manager.hxx"
 #include "../gui/surface_button.hxx"

Index: worldmap.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/worldmap.cxx,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- worldmap.cxx        19 Apr 2003 10:23:19 -0000      1.46
+++ worldmap.cxx        24 Apr 2003 15:18:19 -0000      1.47
@@ -31,7 +31,7 @@
 #include "../sound/sound.hxx"
 #include "../xml_helper.hxx"
 #include "../pingus_error.hxx"
-#include "../my_gettext.hxx"
+#include "../gettext.h"
 #include "pingus.hxx"
 #include "../globals.hxx"
 #include "../debug.hxx"





reply via email to

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