From f8b5913ae7e9020674f8260fa861fd3424eb0bff Mon Sep 17 00:00:00 2001 From: Paul Louden Date: Tue, 19 Jun 2007 04:21:06 +0000 Subject: Make user-visible spelling "colours" rather than "colors". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13671 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/filetypes.c') diff --git a/apps/filetypes.c b/apps/filetypes.c index 75c58cc..b9c0e69 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -143,7 +143,7 @@ static void read_config(char* config_file); /* Colors file format is similar to icons: * ext:hex_color * load a colors file from a theme with: - * filetype colors: filename.colors */ + * filetype colours: filename.colours */ void read_color_theme_file(void) { char buffer[MAX_PATH]; int fd; @@ -152,7 +152,7 @@ void read_color_theme_file(void) { for (i = 0; i < filetype_count; i++) { custom_colors[i] = -1; } - snprintf(buffer, MAX_PATH, "%s/%s.colors", THEME_DIR, + snprintf(buffer, MAX_PATH, "%s/%s.colours", THEME_DIR, global_settings.colors_file); fd = open(buffer, O_RDONLY); if (fd < 0) -- cgit v1.1