Fix:gui_sdl:Fixed some bugs with rename
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Wed, 18 Jun 2008 21:04:30 +0000 (21:04 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Wed, 18 Jun 2008 21:04:30 +0000 (21:04 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1143 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/gui/cegui/gui_sdl_window.cpp
navit/navit/navit.xml

index 68949ae..339e327 100644 (file)
@@ -605,7 +605,7 @@ static void init_sdlgui(char * skin_layout,int fullscreen,int tilt, char *image_
                        fclose(file);
                        dbg(0,"Ressources can be loaded from %s\n",filename);
                } else {
-                       filename=g_strdup_printf("./gui/sdl/datafiles");
+                       filename=g_strdup_printf("./gui/cegui/datafiles");
                        dbg(0,"Failling back to %s",filename);
                }
 
index 460b7ae..99fc00e 100644 (file)
@@ -42,8 +42,8 @@ Change to your home coordinates.
        <gui type="gtk" menubar="1" toolbar="1" statusbar="1" />
        <graphics type="gtk_drawing_area" />
 
-<!-- For SDL, use rather the following lines
-       <gui type="sdl" />
+<!-- For cegui, use rather the following lines
+       <gui type="cegui" />
        <graphics type="opengl" />
 -->