Source code translated to english

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@697 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-27 16:50:21 +00:00
parent 6b4a8f674e
commit efbc978e6f
68 changed files with 22766 additions and 22766 deletions

View File

@@ -31,10 +31,10 @@ typedef struct
char Explic1[37];
char Explic2[37];
char Explic3[37];
bool Suppr; // Raccourci facultatif
word Touche;
word Touche2;
} S_ConfigTouche;
bool Suppr; // Shortcut facultatif
word Key;
word Key2;
} T_Key_config;
extern S_ConfigTouche ConfigTouche[NB_TOUCHES];
extern word Ordonnancement[NB_TOUCHES];
extern T_Key_config ConfigKey[NB_SHORTCUTS];
extern word Ordering[NB_SHORTCUTS];