pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3168 - trunk/pingus/src/editor


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3168 - trunk/pingus/src/editor
Date: Mon, 17 Sep 2007 13:33:11 +0200

Author: grumbel
Date: 2007-09-17 13:33:10 +0200 (Mon, 17 Sep 2007)
New Revision: 3168

Modified:
   trunk/pingus/src/editor/editor_screen.hpp
   trunk/pingus/src/editor/file_dialog.cpp
   trunk/pingus/src/editor/file_dialog.hpp
Log:
- fixed incorrect include

Modified: trunk/pingus/src/editor/editor_screen.hpp
===================================================================
--- trunk/pingus/src/editor/editor_screen.hpp   2007-09-17 11:23:11 UTC (rev 
3167)
+++ trunk/pingus/src/editor/editor_screen.hpp   2007-09-17 11:33:10 UTC (rev 
3168)
@@ -22,7 +22,7 @@
 #define HEADER_PINGUS_EDITOR_SCREEN_HXX
 
 #include "../gui/gui_screen.hpp"
-#include "file_load_dialog.hpp"
+#include "file_dialog.hpp"
 
 class DrawingContext;
 class FileDialog;

Modified: trunk/pingus/src/editor/file_dialog.cpp
===================================================================
--- trunk/pingus/src/editor/file_dialog.cpp     2007-09-17 11:23:11 UTC (rev 
3167)
+++ trunk/pingus/src/editor/file_dialog.cpp     2007-09-17 11:33:10 UTC (rev 
3168)
@@ -26,7 +26,7 @@
 #include "fonts.hpp"
 #include "pathname.hpp"
 #include "button.hpp"
-#include "file_load_dialog.hpp"
+#include "file_dialog.hpp"
 
 namespace Editor {
 

Modified: trunk/pingus/src/editor/file_dialog.hpp
===================================================================
--- trunk/pingus/src/editor/file_dialog.hpp     2007-09-17 11:23:11 UTC (rev 
3167)
+++ trunk/pingus/src/editor/file_dialog.hpp     2007-09-17 11:33:10 UTC (rev 
3168)
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef HEADER_FILE_LOAD_DIALOG_HPP
-#define HEADER_FILE_LOAD_DIALOG_HPP
+#ifndef HEADER_FILE_DIALOG_HPP
+#define HEADER_FILE_DIALOG_HPP
 
 #include "file_list.hpp"
 #include "gui/group_component.hpp"





reply via email to

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