> Hi Jim,the language kit:
>
> May be that i am wrong, but i think that something is missing in
>attached).
> How can we translate the labels on the Push-Buttons (See the image
>The Buttons are in the "lt32l_us.h" see the section that looks like
> Thank you.
>
> Ðonald
============================================================
// This is the Button Text and the Function ID number
#define ButText1 "Undo"
#define ButID1 110
#define ButText2 "Save Position"
#define ButID2 111
#define ButText3 "Restore Position"
#define ButID3 112
#define ButText4 "New"
#define ButID4 101
#define ButText5 "<< Level"
#define ButID5 119
#define ButText6 "Level >>"
#define ButID6 107
#define ButText7 "Hint"
#define ButID7 301
#define ButText8 "Restart"
#define ButID8 105
#define ButText9 "Load Level"
#define ButID9 106
======================================================
Note: you can change there Assignment if you want too.You can NOT
change there size so be carefull about long names.
Jim