removed GUI_DisplayTitle... use DisplayTitle instead
[xboard.git] / backend.c
index 464335e..49d8b3b 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -8255,10 +8255,11 @@ Reset(redraw, init)
            InitChessProgram(&first, startedFromSetupPosition);
     }
 
-    GUI_DisplayTitle("");
+    DisplayTitle("");
     DisplayMessage("", "");
     HistorySet(parseList, backwardMostMove, forwardMostMove, currentMove-1);
 
+    return;
 }
 
 void