replace res/commandimagelist with cmd in framework
This commit is contained in:
parent
249386ec8a
commit
c203806b92
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ namespace framework
|
|||
static GlobalImageList* pGlobalImageList = 0;
|
||||
static const char* ImageType_Prefixes[ImageType_COUNT] =
|
||||
{
|
||||
"res/commandimagelist/sc_",
|
||||
"res/commandimagelist/lc_"
|
||||
"cmd/sc_",
|
||||
"cmd/lc_"
|
||||
};
|
||||
|
||||
typedef GraphicNameAccess CmdToXGraphicNameAccess;
|
||||
|
|
Loading…
Reference in a new issue