lowlevellibsandfws/apputils/tsrc/t_strings/StringTableF.st
changeset 0 e4d67989cc36
--- /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