summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_editor.c')
-rw-r--r--apps/plugins/text_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 97ceae5746..bb6fdbf755 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -360,7 +360,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
360 } 360 }
361#ifdef HAVE_LCD_COLOR 361#ifdef HAVE_LCD_COLOR
362 c = rb->strrchr(filename, '.'); 362 c = rb->strrchr(filename, '.');
363 if (c && !rb->strcmp(c, ".colors")) 363 if (c && !rb->strcmp(c, ".colours"))
364 edit_colors_file = true; 364 edit_colors_file = true;
365#endif 365#endif
366 /* read in the file */ 366 /* read in the file */