]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fixed case for #includes
authorspog <spog>
Sun, 26 Mar 2006 15:12:25 +0000 (15:12 +0000)
committerspog <spog>
Sun, 26 Mar 2006 15:12:25 +0000 (15:12 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@41 8a3a26a2-13c4-0310-b231-cf6edde360e5

contrib/prtview/AboutDialog.cpp
contrib/prtview/ConfigDialog.cpp
contrib/prtview/LoadPortalFileDialog.cpp
contrib/prtview/portals.cpp
contrib/prtview/prtview.cpp

index 5c7ce5ff6913b17619e0bbfdec710a85cd63309c..6918e14935297ebf1c7ec9808bcd0ce0de70cfef 100644 (file)
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #include <gtk/gtk.h>
 #include "version.h"
 
 #include <gtk/gtk.h>
 #include "version.h"
 
-#include "PrtView.h"
+#include "prtview.h"
 #include "ConfigDialog.h"
 
 static void dialog_button_callback (GtkWidget *widget, gpointer data)
 #include "ConfigDialog.h"
 
 static void dialog_button_callback (GtkWidget *widget, gpointer data)
index 8dbd0b88ae59a0354feb54260d2f44c153f104f1..89dd6fe94ef069a13ba933ad2010494874c25c34 100644 (file)
@@ -23,8 +23,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 #include "iscenegraph.h"
 
 
 #include "iscenegraph.h"
 
-#include "PrtView.h"
-#include "Portals.h"
+#include "prtview.h"
+#include "portals.h"
 
 static void dialog_button_callback (GtkWidget *widget, gpointer data)
 {
 
 static void dialog_button_callback (GtkWidget *widget, gpointer data)
 {
index 4444c3fbb634317e198554fd0eafdd9a512777d6..9dc80b2be871a9cd6832ace1c91b56327e68801f 100644 (file)
@@ -28,8 +28,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 #include "qerplugin.h"
 
 
 #include "qerplugin.h"
 
-#include "PrtView.h"
-#include "Portals.h"
+#include "prtview.h"
+#include "portals.h"
 
 static void dialog_button_callback (GtkWidget *widget, gpointer data)
 {
 
 static void dialog_button_callback (GtkWidget *widget, gpointer data)
 {
index bc56c1987a8c3e97bb3a3f80c83e169d7c4db67d..6b3178c06648e70363c33f333e8ea7866b1aef75 100644 (file)
@@ -17,7 +17,7 @@ License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#include "Portals.h"
+#include "portals.h"
 #include <string.h>
 #include <stdlib.h>
 #ifndef __APPLE__
 #include <string.h>
 #include <stdlib.h>
 #ifndef __APPLE__
@@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #include "iglrender.h"
 #include "cullable.h"
 
 #include "iglrender.h"
 #include "cullable.h"
 
-#include "PrtView.h"
+#include "prtview.h"
 
 #define LINE_BUF 1000
 
 
 #define LINE_BUF 1000
 
index 9593e4a9bdd3d8589c6134ebe15d2eaab5e89ca6..2d4cebb0302166faa8e791fd421343c439afc433 100644 (file)
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
 
 */
 
 
-#include "PrtView.h"
+#include "prtview.h"
 #include <stdio.h>
 #include <stdlib.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 
@@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #include "iglrender.h"
 #include "iplugin.h"
 
 #include "iglrender.h"
 #include "iplugin.h"
 
-#include "Portals.h"
+#include "portals.h"
 #include "AboutDialog.h"
 #include "ConfigDialog.h"
 #include "LoadPortalFileDialog.h"
 #include "AboutDialog.h"
 #include "ConfigDialog.h"
 #include "LoadPortalFileDialog.h"