pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor editor_event.cxx,1.57,1.58 edi


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor_event.cxx,1.57,1.58 editor_help_screen.cxx,1.11,1.12 object_selector.cxx,1.41,1.42 panel_icons.cxx,1.9,1.10
Date: 24 Apr 2003 15:18:22 -0000

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

Modified Files:
        editor_event.cxx editor_help_screen.cxx object_selector.cxx 
        panel_icons.cxx 
Log Message:
- added win32 gettext fixes
- replaced my_gettext.hxx by gettext.h

Index: editor_event.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/editor_event.cxx,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- editor_event.cxx    19 Apr 2003 10:23:18 -0000      1.57
+++ editor_event.cxx    24 Apr 2003 15:18:19 -0000      1.58
@@ -33,7 +33,7 @@
 #include "../gui/screen_manager.hxx"
 #include "../html_browser.hxx"
 #include "../loading.hxx"
-#include "../my_gettext.hxx"
+#include "../gettext.h"
 #include "../pingus_error.hxx"
 #include "../pingus_resource.hxx"
 #include "../plf_res_mgr.hxx"

Index: editor_help_screen.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/editor_help_screen.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- editor_help_screen.cxx      22 Apr 2003 16:40:41 -0000      1.11
+++ editor_help_screen.cxx      24 Apr 2003 15:18:19 -0000      1.12
@@ -19,7 +19,7 @@
 
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
-#include "../my_gettext.hxx"
+#include "../gettext.h"
 #include "../pingus_resource.hxx"
 #include "../fonts.hxx"
 #include "editor_help_screen.hxx"

Index: object_selector.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/object_selector.cxx,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- object_selector.cxx 22 Apr 2003 16:40:41 -0000      1.41
+++ object_selector.cxx 24 Apr 2003 15:18:19 -0000      1.42
@@ -27,7 +27,7 @@
 #include "../console.hxx"
 #include "../globals.hxx"
 #include "../loading.hxx"
-#include "../my_gettext.hxx"
+#include "../gettext.h"
 #include "../path_manager.hxx"
 #include "../pingus_resource.hxx"
 #include "../string_converter.hxx"

Index: panel_icons.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/panel_icons.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- panel_icons.cxx     19 Apr 2003 10:23:18 -0000      1.9
+++ panel_icons.cxx     24 Apr 2003 15:18:19 -0000      1.10
@@ -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 "../pingus_resource.hxx"
 #include "panel_icons.hxx"
 #include "editor.hxx"





reply via email to

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