tools/createsrc-templates/AsConsole/rsc/SkeletonTemplate_loc.rss
changeset 0 7f656887cf89
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/createsrc-templates/AsConsole/rsc/SkeletonTemplate_loc.rss	Wed Jun 23 15:52:26 2010 +0100
@@ -0,0 +1,18 @@
+// SkeletonTemplate_loc.rss
+//
+// [[COPYRIGHT]]
+//
+
+#include <AppInfo.rh>
+
+// This file localise the applications icons and caption
+RESOURCE LOCALISABLE_APP_INFO
+	{
+	caption_and_icon =
+		{
+		CAPTION_AND_ICON_INFO
+			{
+			caption = "SkeletonTemplate";
+			}
+		};
+	}