Text icon now uses upper case characters.
diff --git a/contiki/apps/netconf-dsc.c b/contiki/apps/netconf-dsc.c
index 6d5725e..4bfc2c1 100644
--- a/contiki/apps/netconf-dsc.c
+++ b/contiki/apps/netconf-dsc.c
@@ -29,7 +29,7 @@
  *
  * This file is part of the Contiki desktop environment
  *
- * $Id: netconf-dsc.c,v 1.1 2003/04/17 19:00:00 adamdunkels Exp $
+ * $Id: netconf-dsc.c,v 1.2 2003/06/30 20:47:02 adamdunkels Exp $
  *
  */
 
@@ -58,9 +58,9 @@
 };
 
 static char tcpipconficon_textmap[9] = {
-  't', 'c', 'p',
-  '/', 'i', 'p',
-  'c', 'f', 'g'
+  'T', 'C', 'P',
+  '/', 'I', 'P',
+  'C', 'f', 'g'
 };