tools/createsrc-templates/AsConsole/rsc/SkeletonTemplate_loc.rss
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Thu, 28 Oct 2010 16:54:54 +0100
changeset 78 b3ffff030d5c
parent 0 7f656887cf89
permissions -rw-r--r--
Pulled in from FCL: input, base64, fshell thread pool Also: * fed console size fixes * fzip smoketest * CBtraceAppStart

// 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";
			}
		};
	}