summaryrefslogtreecommitdiff
path: root/textscreen/guitest.c
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/guitest.c')
-rw-r--r--textscreen/guitest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/textscreen/guitest.c b/textscreen/guitest.c
index b4cd8df5..d65aa67c 100644
--- a/textscreen/guitest.c
+++ b/textscreen/guitest.c
@@ -56,6 +56,7 @@ void Window2(void)
int main()
{
TXT_Init();
+ TXT_SetDesktopTitle("Not Chocolate Doom Setup");
Window2();
SetupWindow();
@@ -64,7 +65,7 @@ int main()
{
firstwin->selected = (firstwin->selected + 1) % firstwin->num_widgets;
- TXT_DrawAllWindows();
+ TXT_DrawAllWindows();
}
}