Home » U++ TheIDE » U++ TheIDE: Icon designer » " 'AK_DUPLICATE' was not declared..."
Re: " 'AK_DUPLICATE' was not declared..." [message #21929 is a reply to message #21878] |
Thu, 11 June 2009 11:31   |
Sender Ghost
Messages: 301 Registered: November 2008
|
Senior Member |
|
|
luzr wrote on Tue, 09 June 2009 09:11 |
I was not aware about this problem.
Maybe I can just put above into Core.h?
Mirek
|
Hello, Mirek.
You can put
#ifdef DUPLICATE
#undef DUPLICATE
#endif
on the root of the problem - on the top of the IconDes/IconDes.key file.
#ifdef DUPLICATE
#undef DUPLICATE
#endif
KEY(INSERT_IMAGE, "Insert image..", K_INSERT)
KEY(IMAGE, "Image..", 0)
KEY(REMOVE_IMAGE, "Remove image", 0)
KEY(DUPLICATE, "Duplicate", K_CTRL_D)
|
|
|
Goto Forum:
Current Time: Mon Aug 25 12:36:19 CEST 2025
Total time taken to generate the page: 0.06370 seconds
|