diff --git a/brewos.iso b/brewos.iso index 53daebe..c3f52d9 100644 Binary files a/brewos.iso and b/brewos.iso differ diff --git a/build/brewos.elf b/build/brewos.elf index 347db51..de28cad 100755 Binary files a/build/brewos.elf and b/build/brewos.elf differ diff --git a/build/cli_apps/about.o b/build/cli_apps/about.o index 8bd3096..aacc79f 100644 Binary files a/build/cli_apps/about.o and b/build/cli_apps/about.o differ diff --git a/build/wm.o b/build/wm.o index 5035cff..c557350 100644 Binary files a/build/wm.o and b/build/wm.o differ diff --git a/iso_root/brewos.elf b/iso_root/brewos.elf index 347db51..de28cad 100755 Binary files a/iso_root/brewos.elf and b/iso_root/brewos.elf differ diff --git a/src/kernel/wm.c b/src/kernel/wm.c index 42902b1..0741d2c 100644 --- a/src/kernel/wm.c +++ b/src/kernel/wm.c @@ -262,7 +262,7 @@ void wm_paint(void) { draw_rect(0, sh - 28, sw, 2, COLOR_WHITE); // Top highlight // 5. Start Button - draw_button(2, sh - 26, 60, 24, "Start", start_menu_open); + draw_button(2, sh - 26, 60, 24, "BrewOS", start_menu_open); // Clock draw_clock(sw - 80, sh - 20);