From 37fb993b5bf233e38f304df8fb8ec88c7a2fdce8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 25 Jan 2012 16:19:45 -0600 Subject: Fix linear alphabet string errors --- src/kernel/qimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/qimage.cpp') diff --git a/src/kernel/qimage.cpp b/src/kernel/qimage.cpp index 252e52404..edc77a851 100644 --- a/src/kernel/qimage.cpp +++ b/src/kernel/qimage.cpp @@ -5867,7 +5867,7 @@ static const char* xpm_color_name( int cpp, int index ) { static char returnable[5]; static const char code[] = ".#abcdefghijklmnopqrstuvwxyzABCD" - "EFGHIJKLMNOPTQRSTUVWXYZ0123456789"; + "EFGHIJKLMNOPQRSTUVWXYZ0123456789"; // cpp is limited to 4 and index is limited to 64^cpp if ( cpp > 1 ) { if ( cpp > 2 ) { -- cgit v1.2.3