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.39,1.40


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor_event.cxx,1.39,1.40
Date: 16 Oct 2002 00:25:30 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv13996/editor

Modified Files:
        editor_event.cxx 
Log Message:
updated strings


Index: editor_event.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor_event.cxx,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- editor_event.cxx    12 Oct 2002 13:01:40 -0000      1.39
+++ editor_event.cxx    16 Oct 2002 00:25:27 -0000      1.40
@@ -525,7 +525,7 @@
   std::list<std::string> strings;
   std::string temp_str;
 
-  StringReader reader("Input filename to load the file (without .plf!)", 
editor->last_level);
+  StringReader reader("Input filename to load the file (without .xml!)", 
editor->last_level);
   std::cout << "Loading level, input filename" << std::endl;
 
   dir = System::opendir(System::get_statdir() + "levels/", "*");
@@ -568,7 +568,7 @@
   System::Directory dir;
   std::list<std::string> strings;
 
-  StringReader reader(_("Enter filename to save as (without .plf!)"), 
editor->last_level);
+  StringReader reader(_("Enter filename to save as (without .xml!)"), 
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]