diff -r 000000000000 -r bde4ae8d615e os/ossrv/lowlevellibsandfws/apputils/tsrc/t_strings/StringTableC.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/ossrv/lowlevellibsandfws/apputils/tsrc/t_strings/StringTableC.st Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,12 @@ +# StringTableC.st +# Copyright (c) 2006 Symbian Ltd. All rights reserved. +# Example String Table +stringtable StringTableC +!// Some types of fruit +# This comment won't appear in the .h file, but the one above is. +EApple apple +EOrange orange +EBanana banana +# Some animals +ECat cat +EDog dog