pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2516 - in trunk/src: . sound


From: jave27
Subject: [Pingus-CVS] r2516 - in trunk/src: . sound
Date: Thu, 1 Dec 2005 16:43:52 +0100

Author: jave27
Date: 2005-12-01 16:43:45 +0100 (Thu, 01 Dec 2005)
New Revision: 2516

Modified:
   trunk/src/file_dialog_item.cxx
   trunk/src/file_dialog_item.hxx
   trunk/src/pingus_menu.cxx
   trunk/src/sound/sound.hxx
Log:
Fixed some case issues.

Modified: trunk/src/file_dialog_item.cxx
===================================================================
--- trunk/src/file_dialog_item.cxx      2005-12-01 14:46:11 UTC (rev 2515)
+++ trunk/src/file_dialog_item.cxx      2005-12-01 15:43:45 UTC (rev 2516)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <Clanlib/Display/sprite.h>
+#include <ClanLib/Display/sprite.h>
 #include <ClanLib/Core/IOData/directory_scanner.h>
 #include "file_dialog_item.hxx"
 #include "file_dialog.hxx"

Modified: trunk/src/file_dialog_item.hxx
===================================================================
--- trunk/src/file_dialog_item.hxx      2005-12-01 14:46:11 UTC (rev 2515)
+++ trunk/src/file_dialog_item.hxx      2005-12-01 15:43:45 UTC (rev 2516)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_FILE_DIALOG_ITEM_HXX
 #define HEADER_PINGUS_FILE_DIALOG_ITEM_HXX
 
-#include <Clanlib/Display/sprite.h>
+#include <ClanLib/Display/sprite.h>
 #include "gui/component.hxx"
 #include "vector.hxx"
 

Modified: trunk/src/pingus_menu.cxx
===================================================================
--- trunk/src/pingus_menu.cxx   2005-12-01 14:46:11 UTC (rev 2515)
+++ trunk/src/pingus_menu.cxx   2005-12-01 15:43:45 UTC (rev 2516)
@@ -125,7 +125,7 @@
                path_manager.complete("levels/"), true);
 
        /*
-       // Create a Clanlib File Dialog using the silver style
+       // Create a ClanLib File Dialog using the silver style
   CL_ResourceManager *resources = new 
       CL_ResourceManager(path_manager.complete("GUIStyleSilver/gui.xml"));
        CL_StyleManager_Silver *style = new CL_StyleManager_Silver(resources);

Modified: trunk/src/sound/sound.hxx
===================================================================
--- trunk/src/sound/sound.hxx   2005-12-01 14:46:11 UTC (rev 2515)
+++ trunk/src/sound/sound.hxx   2005-12-01 15:43:45 UTC (rev 2516)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_SOUND_HXX
 #define HEADER_PINGUS_SOUND_HXX
 
-#include <Clanlib/sound.h>
+#include <ClanLib/sound.h>
 #include <string>
 #include "sounds.hxx"
 #include "sound_impl.hxx"





reply via email to

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