From 1294560d3ec2ee4e1f33fef050f4794a423efe74 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 3 May 2012 21:49:14 +0200 Subject: [PATCH] add obcd to installer (c) --- installer/source/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/source/menu.cpp b/installer/source/menu.cpp index 088164f..040fc79 100644 --- a/installer/source/menu.cpp +++ b/installer/source/menu.cpp @@ -45,7 +45,7 @@ void show_menu_head() Con_FgColor(7, 1); printf("\n\t\t\t\t\t\t\t\t\t\t\t\t(C) 2012"); Con_FgColor(6, 1); - printf(" Nano"); + printf(" Nano & obcd"); } void fill_menu_main()