1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 08:45:24 +03:00
This commit is contained in:
bsongis 2012-07-01 15:51:15 +00:00
parent c0ccef70c8
commit 1c7f8c2457

View file

@ -1503,7 +1503,11 @@ enum MixFields {
MIX_FIELD_COUNT
};
#if defined(TRANSLATIONS_FR)
#define MIXES_2ND_COLUMN (12*FW)
#else
#define MIXES_2ND_COLUMN (9*FW)
#endif
void menuProcMixOne(uint8_t event)
{
TITLEP(s_currCh ? STR_INSERTMIX : STR_EDITMIX);