From be7894509feb701630efa4a1a18a5af621068bac Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Tue, 5 Jul 2005 22:27:54 +0000 Subject: (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7034 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 46f410a2f4..35a848a208 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -312,7 +312,7 @@ struct user_settings int sort_dir; /* 0=alpha, 1=date (old first), 2=date (new first) */ #ifdef HAVE_REMOTE_LCD - /* remote lcd */ + /* remote lcd */ int remote_contrast; /* lcd contrast: 0-63 0=low 63=high */ bool remote_invert; /* invert display */ bool remote_flip_display; /* turn display (and button layout) by 180 degrees */ -- cgit v1.2.3