mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-08-03 18:57:27 -04:00
27 lines
598 B
XML
27 lines
598 B
XML
NAME CUBE
|
|
|
|
#include <eikon.rh>
|
|
#include <avkon.rsg>
|
|
#include <avkon.rh>
|
|
#include <avkon.mbg>
|
|
#include <appinfo.rh>
|
|
|
|
RESOURCE RSS_SIGNATURE { }
|
|
RESOURCE TBUF { buf="ClassiCube"; }
|
|
|
|
RESOURCE EIK_APP_INFO { }
|
|
|
|
rls_string STRING_app_caption_string "ClassiCube"
|
|
rls_string STRING_app_short_caption_string "ClassiCube"
|
|
|
|
RESOURCE LOCALISABLE_APP_INFO r_ClassiCube_localisable_app_info
|
|
{
|
|
short_caption = STRING_app_short_caption_string;
|
|
caption_and_icon = CAPTION_AND_ICON_INFO
|
|
{
|
|
caption = STRING_app_caption_string;
|
|
number_of_icons = 1;
|
|
icon_file = "\\resource\\apps\\classicube_icon.mif";
|
|
};
|
|
}
|