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.55,1.56


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor_event.cxx,1.55,1.56
Date: 1 Apr 2003 15:13:35 -0000

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

Modified Files:
        editor_event.cxx 
Log Message:
- some small error corrections in the text
 - unlocked first level if no savegame is present

Index: editor_event.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/editor_event.cxx,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- editor_event.cxx    30 Mar 2003 13:12:35 -0000      1.55
+++ editor_event.cxx    1 Apr 2003 15:13:33 -0000       1.56
@@ -535,7 +535,7 @@
   std::list<std::string> strings;
   std::string temp_str;
 
-  StringReader reader("Input filename to load the file (without .xml!)", 
editor->last_level);
+  StringReader reader("Input filename to load the file:", editor->last_level);
   std::cout << "Loading level, input filename" << std::endl;
 
   dir = System::opendir(System::get_statdir() + "levels/", "*");
@@ -577,7 +577,7 @@
   System::Directory dir;
   std::list<std::string> strings;
 
-  StringReader reader(_("Enter filename to save as (without .xml!)"), 
editor->last_level);
+  StringReader reader(_("Enter filename to save as:"), editor->last_level);
 
   // FIXME: The pattern '*' will not work on windows, we should use
   // FIXME: *.xml or better switch to CL_DirectoryScanner





reply via email to

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