From c478de9934aac93819aa0ac53165fc2081f24ab7 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Mon, 11 May 2026 23:26:35 +0200 Subject: Program title fix --- src/main.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.odin b/src/main.odin index a603ca6..2daaafb 100644 --- a/src/main.odin +++ b/src/main.odin @@ -115,7 +115,7 @@ main :: proc() { windows.SetConsoleOutputCP(windows.CODEPAGE.UTF8) } - fmt.printfln("Report v{} - Copyright (C) 2025 Sander J. Skjegstad\n", VERSION) + fmt.printfln("Better Report v{} - Copyright (C) 2025 Sander J. Skjegstad\n", VERSION) exe_path, _ := os.get_executable_directory(context.allocator) exe_local_fields_file := fmt.aprint(exe_path, HEADER_FIELDS_FILENAME, sep=SEPARATOR) -- cgit v1.2.1