ball/util: add a space between "back" and "prev"
[neverball] / ball / st_set.c
index d3bdc68..b3b6331 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "gui.h"
 #include "set.h"
-#include "levels.h"
+#include "progress.h"
 #include "game.h"
 #include "audio.h"
 #include "config.h"
@@ -112,7 +112,7 @@ static int set_enter(void)
         {
             gui_label(jd, _("Level Set"), GUI_SML, GUI_ALL, gui_yel, gui_red);
             gui_filler(jd);
-            gui_back_prev_next(jd, first > 0, first + SET_STEP < total);
+            gui_navig(jd, first > 0, first + SET_STEP < total);
         }
 
         if ((jd = gui_harray(id)))