diff -r 000000000000 -r bde4ae8d615e os/ossrv/lowlevellibsandfws/apputils/tsrc/t_strings/StringTableF.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/ossrv/lowlevellibsandfws/apputils/tsrc/t_strings/StringTableF.st Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,12 @@ +# StringTableF.st +# Copyright (c) 2006 Symbian Ltd. All rights reserved. +# Example String Table +fstringtable StringTableF +!// 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