TWEAK: Rename word.c to boredword.c

This commit is contained in:
boreddevnl
2026-03-17 16:24:40 +01:00
parent 7b7f134e27
commit 1404a6ae4f
3 changed files with 3 additions and 3 deletions

View File

@@ -751,7 +751,7 @@ static void explorer_open_target(const char *path) {
if (explorer_str_ends_with(path, ".elf")) {
process_create_elf(path, NULL);
} else if (explorer_str_ends_with(path, ".pdf")) {
process_create_elf("A:/bin/word.elf", path);
process_create_elf("A:/bin/boredword.elf", path);
} else if (explorer_is_markdown_file(path)) {
process_create_elf("A:/bin/markdown.elf", path);
} else if (explorer_str_ends_with(path, ".pnt")) {