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_help_screen.cxx,1.8,1.9


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor_help_screen.cxx,1.8,1.9
Date: 15 Apr 2003 10:33:17 -0000

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

Modified Files:
        editor_help_screen.cxx 
Log Message:
- added config flag for the controller
- replaced setlocale (LC_CTYPE, ) by bind_textdomain_codeset(PACKAGE, 
ISO-8859-1);

Index: editor_help_screen.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/editor_help_screen.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- editor_help_screen.cxx      14 Apr 2003 22:47:55 -0000      1.8
+++ editor_help_screen.cxx      15 Apr 2003 10:33:15 -0000      1.9
@@ -57,7 +57,7 @@
 
   x_pos = CL_Display::get_width()/2 - 32;
   y_pos = 100;
-  font->print_left (x_pos, y_pos +   0, _("Pos1 - increase object size"));
+  font->print_left (x_pos, y_pos +   0, _("Home - increase object size"));
   font->print_left (x_pos, y_pos +  20, _("End  - decrease object size"));
   font->print_left (x_pos, y_pos +  40, _("Cursor Keys - Move object"));
   font->print_left (x_pos, y_pos +  60, _("Shift 'Cursor Keys' - Move objects 
fast "));





reply via email to

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