diff -r 000000000000 -r e4d67989cc36 lowlevellibsandfws/apputils/tsrc/t_strings/StringTableF.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lowlevellibsandfws/apputils/tsrc/t_strings/StringTableF.st Tue Feb 02 02:01:42 2010 +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