Author: shadowmaster
Date: Mon Apr 27 23:54:05 2009
New Revision: 35274

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35274&view=rev
Log:
Revert to storyscreen page -> part convention in new storyscreen code
(part 2).

Modified:
    trunk/src/storyscreen/controller.cpp
    trunk/src/storyscreen/page.cpp
    trunk/src/storyscreen/page.hpp
    trunk/src/storyscreen/render.cpp
    trunk/src/storyscreen/render.hpp

Modified: trunk/src/storyscreen/controller.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/controller.cpp?rev=35274&r1=35273&r2=35274&view=diff
==============================================================================
--- trunk/src/storyscreen/controller.cpp (original)
+++ trunk/src/storyscreen/controller.cpp Mon Apr 27 23:54:05 2009
@@ -20,7 +20,7 @@
 
 #include "global.hpp"
 #include "storyscreen/controller.hpp"
-#include "storyscreen/page.hpp"
+#include "storyscreen/part.hpp"
 #include "storyscreen/render.hpp"
 
 #include "asserts.hpp"

Modified: trunk/src/storyscreen/page.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/page.cpp?rev=35274&r1=35273&r2=35274&view=diff
==============================================================================
--- trunk/src/storyscreen/page.cpp (original)
+++ trunk/src/storyscreen/page.cpp Mon Apr 27 23:54:05 2009
@@ -13,15 +13,15 @@
 */
 
 /**
- * @file storyscreen/page.cpp
- * Storyscreen pages and floating images representation.
+ * @file storyscreen/part.cpp
+ * Storyscreen parts and floating images representation.
  */
 
 #include "global.hpp"
 #include "asserts.hpp"
 #include "foreach.hpp"
 #include "log.hpp"
-#include "storyscreen/page.hpp"
+#include "storyscreen/part.hpp"
 
 #include "config.hpp"
 #include "gamestatus.hpp"

Modified: trunk/src/storyscreen/page.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/page.hpp?rev=35274&r1=35273&r2=35274&view=diff
==============================================================================
--- trunk/src/storyscreen/page.hpp (original)
+++ trunk/src/storyscreen/page.hpp Mon Apr 27 23:54:05 2009
@@ -13,12 +13,12 @@
 */
 
 /**
- * @file storyscreen/page.hpp
- * Storyscreen pages and floating images representation.
+ * @file storyscreen/part.hpp
+ * Storyscreen parts and floating images representation.
  */
 
-#ifndef STORYSCREEN_PAGE_HPP_INCLUDED
-#define STORYSCREEN_PAGE_HPP_INCLUDED
+#ifndef STORYSCREEN_PART_HPP_INCLUDED
+#define STORYSCREEN_PART_HPP_INCLUDED
 
 #include <string>
 #include <utility>
@@ -143,4 +143,4 @@
 } // end namespace storyscreen
 
 
-#endif /* ! STORYSCREEN_PAGE_HPP_INCLUDED */
+#endif /* ! STORYSCREEN_PART_HPP_INCLUDED */

Modified: trunk/src/storyscreen/render.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/render.cpp?rev=35274&r1=35273&r2=35274&view=diff
==============================================================================
--- trunk/src/storyscreen/render.cpp (original)
+++ trunk/src/storyscreen/render.cpp Mon Apr 27 23:54:05 2009
@@ -15,7 +15,7 @@
 
 /**
  * @file storyscreen/render.cpp
- * Storyscreen pages renderer.
+ * Storyscreen parts renderer.
  * @todo Translate relevant parts to GUI2.
  */
 

Modified: trunk/src/storyscreen/render.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/render.hpp?rev=35274&r1=35273&r2=35274&view=diff
==============================================================================
--- trunk/src/storyscreen/render.hpp (original)
+++ trunk/src/storyscreen/render.hpp Mon Apr 27 23:54:05 2009
@@ -14,7 +14,7 @@
 
 /**
  * @file storyscreen/render.hpp
- * Storyscreen pages rendering interface.
+ * Storyscreen parts rendering interface.
  * @todo Translate relevant parts to GUI2.
  */
 
@@ -22,7 +22,7 @@
 #define STORYSCREEN_RENDER_HPP_INCLUDED
 
 #include "key.hpp"
-#include "storyscreen/page.hpp"
+#include "storyscreen/part.hpp"
 // #include "widgets/button.hpp"
 
 class display;


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to