2006-02-12 00:27:19 +00:00
|
|
|
#include <AppInfo.rh>
|
|
|
|
|
|
|
|
// This file localise the applications icons and caption
|
|
|
|
RESOURCE LOCALISABLE_APP_INFO
|
|
|
|
{
|
|
|
|
caption_and_icon =
|
|
|
|
{
|
|
|
|
CAPTION_AND_ICON_INFO
|
|
|
|
{
|
|
|
|
// The caption text is defined in the rls file
|
2010-01-25 08:59:47 +00:00
|
|
|
caption = "ScummVM 1";
|
2008-01-27 19:47:41 +00:00
|
|
|
// Icons are used to represent applications in the
|
2006-02-12 00:27:19 +00:00
|
|
|
// application launcher and application title bar.
|
2008-01-27 19:47:41 +00:00
|
|
|
// The number_of_icons value identifies how many icons
|
2006-02-12 00:27:19 +00:00
|
|
|
// that exist in the icon_file.
|
2008-02-03 13:06:43 +00:00
|
|
|
number_of_icons = 1;
|
2006-02-12 00:27:19 +00:00
|
|
|
// Using the application icons.
|
2008-02-02 10:54:17 +00:00
|
|
|
icon_file = "\\Resource\\Apps\\ScummVM.mif";
|
2006-02-12 00:27:19 +00:00
|
|
|
}
|
|
|
|
};
|
|
|
|
}
|